File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,16 +8,11 @@ STATUS=$(git status --porcelain)
88
99if [ -z " $RUN_ON_UNCLEAN " ]; then
1010 if [ -n " $STATUS " ]; then
11- echo " ================================================================"
12- echo " ============= ERROR: repository unclean, stopping! ============="
13- echo " ================================================================"
11+ echo " ==== ERROR: repository unclean, stopping! ===="
1412 echo
1513 git status
1614 echo
17- echo " ================================================================"
18- echo " ============= ERROR: repository unclean, stopping! ============="
19- echo " ================================================================"
20- echo
15+ echo " --------"
2116 echo " To ignore this (you have been warned!), set an environment var:"
2217 echo
2318 echo " > export RUN_ON_UNCLEAN=true"
You can’t perform that action at this time.
0 commit comments