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:
Ryan Davis 2019-12-16 14:15:04 -08:00 committed by GitHub
commit 1186504e70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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: