diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-12-18 12:17:25 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-12-21 12:10:43 +0200 |
commit | 93504da3a932f33126545ebc9383f695a6efe51e (patch) | |
tree | 9d8beb1342e5110a7c2b39a5be8767b54fa082c8 /ci/lint/05_before_script.sh | |
parent | f1dbf92ff0475a01d20170ea422c1d086acbbc57 (diff) |
ci: Fix COMMIT_RANGE variable value for PRs
Diffstat (limited to 'ci/lint/05_before_script.sh')
-rwxr-xr-x | ci/lint/05_before_script.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ci/lint/05_before_script.sh b/ci/lint/05_before_script.sh deleted file mode 100755 index 8e5a177b01..0000000000 --- a/ci/lint/05_before_script.sh +++ /dev/null @@ -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 |