Skip to content

Commit 81848e0

Browse files
Zachary Gershmanpivotal
Zachary Gershman
authored and
pivotal
committed
setuid now going in bosh-stemcells
- this seems to be a side-affect of upgrading to concourse 3.4.X - see issue here for more details concourse/concourse#802 Signed-off-by: Tom Viehman <[email protected]>
1 parent 8cf6790 commit 81848e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/tasks/build.sh

+2
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ done
6363

6464
chown -R ubuntu:ubuntu bosh-linux-stemcell-builder
6565

66+
sudo chmod u+s $(which sudo)
67+
6668
sudo --preserve-env --set-home --user ubuntu -- /bin/bash --login -i <<SUDO
6769
set -e
6870

0 commit comments

Comments
 (0)