Skip to content

Commit

Permalink
ci: looks like we don't need to set BUNDLER_GEMFILE anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Aug 31, 2020
1 parent 23c78c4 commit 1ae26a6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion concourse/tasks/gem-test/gem-build-java.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ OUTPUT_DIR="../gems"
# cleanup, see extconf.rb do_clean
mkdir -p .git

export BUNDLE_GEMFILE="$(pwd)/Gemfile"
bundle install --local || bundle install

# generate a fake version number
Expand Down
1 change: 0 additions & 1 deletion concourse/tasks/gem-test/gem-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ OUTPUT_DIR="../gems"
# cleanup, see extconf.rb do_clean
mkdir -p .git

export BUNDLE_GEMFILE="$(pwd)/Gemfile"
bundle install --local || bundle install

# generate a fake version number
Expand Down
1 change: 0 additions & 1 deletion concourse/tasks/gem-test/gem-install-and-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ popd

pushd nokogiri

export BUNDLE_GEMFILE="$(pwd)/Gemfile"
export BUNDLE_CACHE_PATH="${BUNDLE_APP_CONFIG}/cache"
bundle -v
bundle config
Expand Down
6 changes: 0 additions & 6 deletions concourse/tasks/rake-test/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ pushd nokogiri

test_task="test"

# omg, jruby docker maintainers.
# see https://github.com/rubygems/bundler/issues/6162
# see https://github.com/rubygems/bundler/issues/6154
# and see https://github.com/docker-library/ruby/pull/209 which was the fix for cruby docker images.
export BUNDLE_GEMFILE="$(pwd)/Gemfile"

bundle install --local || bundle install
bundle exec rake generate # do this before setting frozen string option, because racc isn't compatible with frozen string literals yet

Expand Down

0 comments on commit 1ae26a6

Please sign in to comment.