Skip to content

Commit

Permalink
Revert "CI: Run tests as the image-defined user"
Browse files Browse the repository at this point in the history
This reverts commit 29c3cc8.
  • Loading branch information
gbandres98 committed Jun 15, 2021
1 parent 29c3cc8 commit 045d7e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/tasks/test-bosh-bootloader/task
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ function main() {

pushd "${GOPATH}/src/github.com/cloudfoundry" > /dev/null
ln -s "${ROOT}/bosh-bootloader"
./bosh-bootloader/scripts/test
local username="testuser"
chpst -u ${username}:${username} env HOME=/home/${username} ./bosh-bootloader/scripts/test
popd > /dev/null
}

Expand Down

0 comments on commit 045d7e1

Please sign in to comment.