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 92bf1e6 commit 30b008fCopy full SHA for 30b008f
src/ci/docker/x86_64-gnu-tools/checktools.sh
@@ -6,7 +6,7 @@ X_PY="$1"
6
TOOLSTATE_FILE="$(realpath $2)"
7
OS="$3"
8
COMMIT="$(git rev-parse HEAD)"
9
-CHANGED_FILES="$(git diff --name-status HEAD HEAD^ || echo)"
+CHANGED_FILES="$(git diff --name-status HEAD HEAD^)"
10
SIX_WEEK_CYCLE="$(( ($(date +%s) / 86400 - 20) % 42 ))"
11
# ^ Number of days after the last promotion of beta.
12
# Its value is 41 on the Tuesday where "Promote master to beta (T-2)" happens.
0 commit comments