We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
set -e
1 parent 62e0e36 commit 3beeb4cCopy full SHA for 3beeb4c
1 file changed
ci/tasks/os-images/build.sh
@@ -32,11 +32,9 @@ sudo chown -R ubuntu .
32
sudo chown -R ubuntu:ubuntu /mnt
33
sudo chmod u+s "$(which sudo)"
34
35
-pushd "${REPO_ROOT}/bosh-stemcell"
36
- bundle install
37
-popd
38
-
39
sudo --preserve-env --set-home --user ubuntu -- /bin/bash --login -i <<SUDO
+set -e
+
40
pushd "${REPO_ROOT}/bosh-stemcell"
41
bundle install
42
popd
0 commit comments