Skip to content

Commit

Permalink
CI: Run tests as the image-defined user
Browse files Browse the repository at this point in the history
[#176850008]
  • Loading branch information
gbandres98 committed Jun 14, 2021
1 parent ff93567 commit 29c3cc8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/tasks/test-bosh-bootloader/task
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ function main() {

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

Expand Down

0 comments on commit 29c3cc8

Please sign in to comment.