Skip to content

Commit

Permalink
Merge pull request #2883 from boutproject/ci-fedora-kiwi
Browse files Browse the repository at this point in the history
CI: Adopt for no sudo in container
  • Loading branch information
bendudson committed Mar 21, 2024
2 parents 77193ef + 06eb590 commit 7065c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci_fedora.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ then
cp -a /tmp/BOUT-dev /home/test/
chown -R test /home/test
chmod u+rwX /home/test -R
sudo -u test ${0/\/tmp/\/home\/test} $mpi
su - test -c "${0/\/tmp/\/home\/test} $mpi"
## If we are called as normal user, run test
else
. /etc/profile.d/modules.sh
Expand Down

0 comments on commit 7065c65

Please sign in to comment.