diff --git a/README.md b/README.md index 5ccb0d5b08..02479764d9 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ container, you should be able to run the specific tests: ```shell cd /opt/bosh/bosh-stemcell; \ -bundle install \ +bundle install; \ STEMCELL_IMAGE=/mnt/stemcells/vsphere/esxi/ubuntu/work/work/vsphere-esxi-ubuntu.raw \ STEMCELL_WORKDIR=/mnt/stemcells/vsphere/esxi/ubuntu/work/work/chroot \ OS_NAME=ubuntu \ @@ -174,8 +174,8 @@ an ubuntu chroot environment to run. For this reason, we use the locally, run: ```shell -bundle install --local cd /opt/bosh/bosh-stemcell +bundle install OS_IMAGE=/opt/bosh/tmp/ubuntu_base_image.tgz bundle exec rake spec:shellout_types ``` diff --git a/ci/tasks/build.sh b/ci/tasks/build.sh index 4d9ccc7b9f..22fca0e4e2 100755 --- a/ci/tasks/build.sh +++ b/ci/tasks/build.sh @@ -82,12 +82,13 @@ fi sudo chmod u+s "$(which sudo)" sudo --preserve-env --set-home --user ubuntu -- /bin/bash --login -i <