Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions ci/tasks/os-images/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,9 @@ sudo chown -R ubuntu .
sudo chown -R ubuntu:ubuntu /mnt
sudo chmod u+s "$(which sudo)"

pushd "${REPO_ROOT}/bosh-stemcell"
bundle install
popd

sudo --preserve-env --set-home --user ubuntu -- /bin/bash --login -i <<SUDO
set -e

pushd "${REPO_ROOT}/bosh-stemcell"
bundle install
popd
Expand Down
Loading