diff options
author | Chandan Singh <csingh43@bloomberg.net> | 2020-07-15 11:27:32 +0100 |
---|---|---|
committer | bst-marge-bot <marge-bot@buildstream.build> | 2020-07-17 13:01:11 +0000 |
commit | 6e62f337bae99ccd82521de336170f2daf7f6779 (patch) | |
tree | c63ab464d44f6250cc2fe569afc21ae6f43b408f | |
parent | e7d085f9701ae6455a5675cc4abcbdb9f0e24eef (diff) | |
download | buildstream-6e62f337bae99ccd82521de336170f2daf7f6779.tar.gz |
.gitlab-ci.yml: Run missing-deps as a normal user
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 dc4a640a8..7ba05f566 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -152,7 +152,7 @@ tests-fedora-missing-deps: - useradd -Um buildstream - chown -R buildstream:buildstream . - - ${TEST_COMMAND} + - su buildstream -c "${TEST_COMMAND}" tests-fedora-update-deps: |