Skip to content

Commit

Permalink
setuid now going in bosh-stemcells
Browse files Browse the repository at this point in the history
- 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]>
  • Loading branch information
Zachary Gershman authored and pivotal committed Aug 30, 2017
1 parent 8cf6790 commit 81848e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/tasks/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ done

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

sudo chmod u+s $(which sudo)

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

0 comments on commit 81848e0

Please sign in to comment.