Skip to content

Commit 242992d

Browse files
committed
Re-add and move bundle install out of the sudo heredoc
1 parent 8034447 commit 242992d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ci/tasks/os-images/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ fi
3333
sudo chown -R ubuntu .
3434
sudo chown -R ubuntu:ubuntu /mnt
3535
sudo chmod u+s "$(which sudo)"
36+
bundle install --local
3637
sudo --preserve-env --set-home --user ubuntu -- /bin/bash --login -i <<SUDO
3738
bundle exec rake stemcell:build_os_image[$OPERATING_SYSTEM_NAME,$OPERATING_SYSTEM_VERSION,$OS_IMAGE]
3839
SUDO

0 commit comments

Comments
 (0)