Skip to content

Commit b8f44d2

Browse files
author
Samat Gaynutdinov
committed
check if fail
1 parent fabb2ca commit b8f44d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/action-scripts/check-portable-tests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
#!/bin/bash
2-
32
#for fail-fast execution mode
43
set -e
54

5+
exit 1
6+
67
# Identify the directory where the current script is located
78
CURRENT_FOLDER="$( cd $( dirname ${BASH_SOURCE[0]} ) && pwd )"
89
PROJECT_DIR=$CURRENT_FOLDER/../..

0 commit comments

Comments
 (0)