Skip to content

Commit

Permalink
ci: remove stray echo
Browse files Browse the repository at this point in the history
  • Loading branch information
pietroalbini committed May 15, 2019
1 parent 92bf1e6 commit 30b008f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/docker/x86_64-gnu-tools/checktools.sh
Expand Up @@ -6,7 +6,7 @@ X_PY="$1"
TOOLSTATE_FILE="$(realpath $2)"
OS="$3"
COMMIT="$(git rev-parse HEAD)"
CHANGED_FILES="$(git diff --name-status HEAD HEAD^ || echo)"
CHANGED_FILES="$(git diff --name-status HEAD HEAD^)"
SIX_WEEK_CYCLE="$(( ($(date +%s) / 86400 - 20) % 42 ))"
# ^ Number of days after the last promotion of beta.
# Its value is 41 on the Tuesday where "Promote master to beta (T-2)" happens.
Expand Down

0 comments on commit 30b008f

Please sign in to comment.