Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Several fixes for broken expeditor setup. #168

Merged
merged 2 commits into from
Aug 23, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: ../../../