Skip to content

Commit 30b008f

Browse files
committed
ci: remove stray echo
1 parent 92bf1e6 commit 30b008f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/docker/x86_64-gnu-tools/checktools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ X_PY="$1"
66
TOOLSTATE_FILE="$(realpath $2)"
77
OS="$3"
88
COMMIT="$(git rev-parse HEAD)"
9-
CHANGED_FILES="$(git diff --name-status HEAD HEAD^ || echo)"
9+
CHANGED_FILES="$(git diff --name-status HEAD HEAD^)"
1010
SIX_WEEK_CYCLE="$(( ($(date +%s) / 86400 - 20) % 42 ))"
1111
# ^ Number of days after the last promotion of beta.
1212
# Its value is 41 on the Tuesday where "Promote master to beta (T-2)" happens.

0 commit comments

Comments
 (0)