Merge #20697: ci: Fix COMMIT_RANGE variable value for PRs
pull/826/head3c2478c385
ci: Print COMMIT_RANGE to the log as it was in Travis CI (Hennadii Stepanov)c123892c2e
ci: Drop Travis-specific workaround for shellcheck (Hennadii Stepanov)10af252d97
ci: Drop Travis-specific way to set COMMIT_RANGE variable (Hennadii Stepanov)93504da3a9
ci: Fix COMMIT_RANGE variable value for PRs (Hennadii Stepanov) Pull request description: This PR: - is a #20658 and #20682 followup - set the `COMMIT_RANGE` variable correctly for PRs - cleans up Travis-specific code - prints COMMIT_RANGE value to the log for convenience as it was in Travis CI ACKs for top commit: MarcoFalke: ACK3c2478c385
Tree-SHA512: beb933352b10fd5eb3e66373ddb62439e4f3a03b50fb037ee89fa92c0706cec41d05f2d307f15bb18d1e634e6464f4e123b7e2f88703c8edfd145d8d6eff0b1a
commit
f061da2887
@ -1,9 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
#
|
|
||||||
# Copyright (c) 2018-2019 The Bitcoin Core developers
|
|
||||||
# Distributed under the MIT software license, see the accompanying
|
|
||||||
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
|
||||||
|
|
||||||
export LC_ALL=C
|
|
||||||
|
|
||||||
git fetch
|
|
Loading…
Reference in new issue