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 45ee6bd commit 31172eeCopy full SHA for 31172ee
.ci/run
@@ -18,7 +18,7 @@ if [ "`id -un`" = "root" ]; then
18
useradd -g ci ci
19
chown -R ci:ci .
20
fi
21
- su -c ./.ci/build_and_test_world ci
+ su ci -c ./.ci/build_and_test_world
22
else
23
echo "Error: .ci not found"
24
exit 1
0 commit comments