diff options
author | Chandan Singh <csingh43@bloomberg.net> | 2020-07-15 11:27:32 +0100 |
---|---|---|
committer | Chandan Singh <csingh43@bloomberg.net> | 2020-07-15 11:43:33 +0100 |
commit | 40076a11f17c0d80ff03b2c91ecb3481b7568c2f (patch) | |
tree | 7fdc6e881b46ea7ef00cb149eed4084da4c18290 | |
parent | 5b14e74c203a06ff206be290a5d234870a0a2262 (diff) | |
download | buildstream-chandan/spring-clean.tar.gz |
.gitlab-ci.yml: Run missing-deps as a normal userchandan/spring-clean
The buildstream user was previously created but was not used.
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fcfbdae65..ebba8cab2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -163,7 +163,7 @@ tests-fedora-missing-deps: - useradd -Um buildstream - chown -R buildstream:buildstream . - - ${TEST_COMMAND} + - su buildstream -c "${TEST_COMMAND}" tests-fedora-update-deps: |