Skip to content

Commit adf4010

Browse files
committed
fix(ci): deploy after fixegs
1 parent 02cca87 commit adf4010

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

scripts/ci

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,16 @@ if [ "$GITHUB_TOKEN" != "" ] && [ "$GITHUB_BASE_REF" == "" ] && [ "$GITHUB_REF"
2929
git config user.email "co"''"de"@"benjie""gillam"'.'"com"
3030
git config user.name "Benjie Gillam"
3131
git add -u
32-
git commit -m"Fixes from CI"
32+
git commit -m"autofix: fixes from CI"
3333

34-
# I really hope this doesn't cause an infinite CI loop
3534
git push origin HEAD:develop
36-
echo "Exiting with failed build due to local changes"
37-
exit 1
38-
else
39-
echo
40-
echo "#"
41-
echo "# LGTM!"
42-
echo "#"
43-
echo "########################################"
4435
fi
45-
36+
echo
37+
echo "#"
38+
echo "# LGTM!"
39+
echo "#"
40+
echo "########################################"
41+
echo
4642
echo "Okay; time to deploy..."
4743
scripts/deploy
4844
elif ! git diff-index --exit-code --name-only HEAD --; then

0 commit comments

Comments
 (0)