Skip to content

Commit e78b042

Browse files
committed
[ci]: load ~/.ci.env when exists on mac
1 parent 31172ee commit e78b042

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ci/run

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ if [ "`id -un`" = "root" ]; then
1313
exit 1
1414
fi
1515
chown -R ci .
16+
[ -e ~/.ci.env ] && source ~/.ci.env
1617
else
1718
groupadd ci
1819
useradd -g ci ci

0 commit comments

Comments
 (0)