Skip to content

Commit c73bfb4

Browse files
no retries in CI
1 parent 29237a7 commit c73bfb4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

includes/functions.inc.bash

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,19 @@ function checkForUncommittedChanges {
8787

8888
function tryAgainOrAbort(){
8989
toolname="$1"
90+
if [[ "false" != "${CI:-'false'}" ]]
91+
then
92+
echo "
93+
94+
==================================================
95+
96+
$toolname Failed...
97+
98+
==================================================
99+
100+
"
101+
exit 1
102+
fi
90103
echo "
91104
92105
==================================================

0 commit comments

Comments
 (0)