We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efda076 commit 831aa9aCopy full SHA for 831aa9a
ci-build.sh
@@ -71,6 +71,7 @@ cd "build-${CC}-${PROTOCOL}"
71
# a merge queue, and if so don't bother doing
72
# it again. Wastes billable CPU time.
73
if [ -e prev-pass-rev ]
74
+then
75
PREV_REV=$(cat prev-pass-rev)
76
CURR_REV=$(git rev-parse HEAD)
77
if [ "${PREV_REV}" = "${CURR_REV}" ]
@@ -82,7 +83,8 @@ fi
82
83
84
85
# restore source file mtimes based on content hashes
-if which mtime-travel >/dev/null 2>&1; then
86
+if which mtime-travel >/dev/null 2>&1
87
88
for DIR in src lib
89
do
90
if [ -e mtimes-${DIR}.json ]
0 commit comments