Skip to content

Commit 2323a2b

Browse files
committed
Revert "Go back to succeeding when the second make succeeds"
This reverts commit a477f10.
1 parent b6dae11 commit 2323a2b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

etc/ci/github-actions-make.sh

+2-3
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,9 @@ cat time-of-build-pretty.log
4343
if [ ! -f finished.ok ]; then
4444
# see https://stackoverflow.com/a/15394738/377022 for more alternatives
4545
if [[ ! " $* " =~ " validate " ]]; then
46-
make "$@" ${OUTPUT_SYNC} TIMED=1 TIMING=1 VERBOSE=1 || exit $?
47-
else
48-
exit 1
46+
make "$@" ${OUTPUT_SYNC} TIMED=1 TIMING=1 VERBOSE=1
4947
fi
48+
exit 1
5049
fi
5150

5251
unameOut="$(uname -s)"

0 commit comments

Comments
 (0)