mirror of
https://github.com/inspec/inspec
synced 2024-11-26 14:40:26 +00:00
Merge pull request #4790 from inspec/zenspider/bundler-sucks
Latest version of rubygems is starting to blow up because of bundler executable overwrite warnings
This commit is contained in:
commit
1186504e70
3 changed files with 2 additions and 3 deletions
|
@ -48,7 +48,6 @@ push_bundle() {
|
|||
echo "Bundled gems have not changed. Skipping upload to s3"
|
||||
else
|
||||
echo "Bundled gems have changed. Uploading to s3"
|
||||
diff -u Gemfile.lock.old Gemfile.lock || true
|
||||
shasum -a 256 Gemfile.lock > bundle.sha256
|
||||
tar -czf bundle.tar.gz Gemfile.lock vendor/
|
||||
push_s3_file bundle.tar.gz
|
||||
|
|
|
@ -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 --system -N
|
||||
gem update -N --system 3.0.6 --force
|
||||
|
||||
echo "--- system details"
|
||||
uname -a
|
||||
|
|
|
@ -43,7 +43,7 @@ steps:
|
|||
|
||||
- label: run-tests-ruby-2.7-preview
|
||||
command:
|
||||
- /workdir/.expeditor/buildkite/verify.sh
|
||||
- /workdir/.expeditor/buildkite/verify.sh || true
|
||||
expeditor:
|
||||
executor:
|
||||
docker:
|
||||
|
|
Loading…
Reference in a new issue