Skip to content

Commit 31172ee

Browse files
committed
[ci]: Update .ci/run
1 parent 45ee6bd commit 31172ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if [ "`id -un`" = "root" ]; then
1818
useradd -g ci ci
1919
chown -R ci:ci .
2020
fi
21-
su -c ./.ci/build_and_test_world ci
21+
su ci -c ./.ci/build_and_test_world
2222
else
2323
echo "Error: .ci not found"
2424
exit 1

0 commit comments

Comments
 (0)