Skip to content

Commit

Permalink
ci: don't turn on frozen strings until after bundle install
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Nov 25, 2019
1 parent 0eb9976 commit e808fb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion concourse/tasks/rake-test/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ set -e -x -u

pushd loofah

bundle install

# TODO: remove this once fefc629 (2019-11-25) is far enough in the past
export RUBYOPT="--enable-frozen-string-literal --debug=frozen-string-literal"

bundle install
bundle exec rake test

popd

0 comments on commit e808fb6

Please sign in to comment.