Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #168 from inspec/fix-broken-expeditor
Browse files Browse the repository at this point in the history
Several fixes for broken expeditor setup.
  • Loading branch information
russellseymour authored Aug 23, 2019
2 parents 6b2bfcd + 074a2e6 commit 8270050
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 11 deletions.
22 changes: 22 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
version: "2"
checks:
argument-count:
enabled: false
complex-logic:
enabled: false
file-lines:
enabled: false
method-complexity:
enabled: false
method-count:
enabled: false
method-lines:
enabled: false
nested-control-flow:
enabled: false
return-statements:
enabled: false
similar-code:
enabled: false
identical-code:
enabled: false
2 changes: 1 addition & 1 deletion .expeditor/update_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

set -ev

sed -i -r "s/version\: .*/version\: $(cat VERSION)/" inspec.yml
sed -i -r "s/^version\: .*/version\: $(cat VERSION)/" inspec.yml
8 changes: 0 additions & 8 deletions .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
---
steps:

- label: run-tests-ruby-2.4
command:
- /workdir/.expeditor/buildkite/verify.sh
expeditor:
executor:
docker:
image: ruby:2.4-stretch

- label: run-tests-ruby-2.5
command:
- /workdir/.expeditor/buildkite/verify.sh
Expand Down
2 changes: 1 addition & 1 deletion inspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ copyright: [email protected],[email protected]
copyright_email: [email protected],[email protected]
version: 0.11.0
license: Apache-2.0
inspec_version: 0.11.0
inspec_version: '>= 4.7.3'
supports:
- platform: gcp
2 changes: 1 addition & 1 deletion test/integration/verify/inspec.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: inspec-gcp-integration-tests
version: 0.11.0
inspec_version: '>= 3.0.25'
inspec_version: '>= 4.7.3'
depends:
- name: inspec-gcp
path: ../../../

0 comments on commit 8270050

Please sign in to comment.