File tree Expand file tree Collapse file tree 3 files changed +2
-14
lines changed Expand file tree Collapse file tree 3 files changed +2
-14
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 7
7
export LC_ALL=C
8
8
9
9
if [ -n " $CIRRUS_PR " ]; then
10
- # CIRRUS_PR will be present in a Cirrus environment. For builds triggered
11
- # by a pull request this is the name of the branch targeted by the pull request.
12
- # https://cirrus-ci.org/guide/writing-tasks/#environment-variables
13
- COMMIT_RANGE=" $CIRRUS_BRANCH ..HEAD"
10
+ COMMIT_RANGE=" $CIRRUS_BASE_SHA ..HEAD"
14
11
test/lint/commit-script-check.sh $COMMIT_RANGE
15
12
fi
13
+ export COMMIT_RANGE
16
14
17
15
# This only checks that the trees are pure subtrees, it is not doing a full
18
16
# check with -r to not have to fetch all the remotes.
Original file line number Diff line number Diff line change @@ -8,5 +8,4 @@ export LC_ALL=C.UTF-8
8
8
9
9
set -o errexit; source ./ci/test/00_setup_env.sh
10
10
set -o errexit; source ./ci/lint/04_install.sh
11
- set -o errexit; source ./ci/lint/05_before_script.sh
12
11
set -o errexit; source ./ci/lint/06_script.sh
You can’t perform that action at this time.
0 commit comments