mirror of
https://github.com/inspec/inspec
synced 2024-11-22 12:43:07 +00:00
expeditor update lint to ruby 3
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
This commit is contained in:
parent
4da2fc0d10
commit
fa56a87401
2 changed files with 9 additions and 1 deletions
|
@ -10,7 +10,7 @@ useradd -m -U --uid 2000 normal
|
|||
echo "normal ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers.d/normal
|
||||
|
||||
echo "--- updating rubygems"
|
||||
gem update -N --system 3.0.6 --force
|
||||
gem update -N --system 3.2.3 --force
|
||||
|
||||
echo "--- system details"
|
||||
uname -a
|
||||
|
|
|
@ -17,6 +17,14 @@ steps:
|
|||
docker:
|
||||
image: ruby:2.6
|
||||
|
||||
- label: lint-ruby-3.0
|
||||
command:
|
||||
- RAKE_TASK=test:lint /workdir/.expeditor/buildkite/verify.sh
|
||||
expeditor:
|
||||
executor:
|
||||
docker:
|
||||
image: ruby:3.0
|
||||
|
||||
- label: run-tests-ruby-2.6
|
||||
command:
|
||||
- /workdir/.expeditor/buildkite/verify.sh
|
||||
|
|
Loading…
Reference in a new issue