Loading .gitlab-ci.yml +4 −2 Original line number Original line Diff line number Diff line Loading @@ -139,8 +139,10 @@ tests-fedora-missing-deps: - dnf mark install fuse-libs - dnf mark install fuse-libs - dnf erase -y bubblewrap ostree - dnf erase -y bubblewrap ostree # Since the unix platform is required to run as root, no user change required - useradd -Um buildstream - ${TEST_COMMAND} - chown -R buildstream:buildstream . - su buildstream -c "${TEST_COMMAND}" # Automatically build documentation for every commit, we want to know # Automatically build documentation for every commit, we want to know # if building documentation fails even if we're not deploying it. # if building documentation fails even if we're not deploying it. Loading Loading
.gitlab-ci.yml +4 −2 Original line number Original line Diff line number Diff line Loading @@ -139,8 +139,10 @@ tests-fedora-missing-deps: - dnf mark install fuse-libs - dnf mark install fuse-libs - dnf erase -y bubblewrap ostree - dnf erase -y bubblewrap ostree # Since the unix platform is required to run as root, no user change required - useradd -Um buildstream - ${TEST_COMMAND} - chown -R buildstream:buildstream . - su buildstream -c "${TEST_COMMAND}" # Automatically build documentation for every commit, we want to know # Automatically build documentation for every commit, we want to know # if building documentation fails even if we're not deploying it. # if building documentation fails even if we're not deploying it. Loading