Skip to content

Commit 45ee6bd

Browse files
committed
[ci]: Update .ci/run for mac
1 parent cf34da3 commit 45ee6bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.ci/run

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ if [ "`id -un`" = "root" ]; then
1212
echo "Error: User ci not found."
1313
exit 1
1414
fi
15+
chown -R ci .
1516
else
1617
groupadd ci
1718
useradd -g ci ci
19+
chown -R ci:ci .
1820
fi
19-
chown -R ci:ci .
2021
su -c ./.ci/build_and_test_world ci
2122
else
2223
echo "Error: .ci not found"

0 commit comments

Comments
 (0)