We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46ec5b2 commit 120d6cbCopy full SHA for 120d6cb
etc/ci/github-actions-make.sh
@@ -43,10 +43,9 @@ cat time-of-build-pretty.log
43
if [ ! -f finished.ok ]; then
44
# see https://stackoverflow.com/a/15394738/377022 for more alternatives
45
if [[ ! " $* " =~ " validate " ]]; then
46
- make "$@" ${OUTPUT_SYNC} TIMED=1 TIMING=1 VERBOSE=1 || exit $?
47
- else
48
- exit 1
+ make "$@" ${OUTPUT_SYNC} TIMED=1 TIMING=1 VERBOSE=1
49
fi
+ exit 1
50
51
52
unameOut="$(uname -s)"
0 commit comments