We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e6a743 commit 44978d0Copy full SHA for 44978d0
.github/workflows/test-installers.yml
@@ -92,7 +92,7 @@ jobs:
92
adduser compass
93
echo "compass ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
94
# Use a shell which switch to the non-root compass user first
95
- shell: bash -e -c "su - compass; source {0}"
+ shell: bash -e -c "sudo -u compass source {0}"
96
container:
97
image: rockylinux:9
98
volumes:
0 commit comments