Skip to content

Commit fac9abb

Browse files
author
MarcoFalke
committed
ci: Rename 04_install to 02_run_container
This reflects what the script does (docker run ...).
1 parent f467444 commit fac9abb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

ci/test_run_all.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#!/usr/bin/env bash
22
#
3-
# Copyright (c) 2019-2020 The Bitcoin Core developers
3+
# Copyright (c) 2019-present The Bitcoin Core developers
44
# Distributed under the MIT software license, see the accompanying
55
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
66

77
export LC_ALL=C.UTF-8
88

99
set -o errexit; source ./ci/test/00_setup_env.sh
10-
set -o errexit; source ./ci/test/04_install.sh
10+
set -o errexit; source "./ci/test/02_run_container.sh"
1111
set -o errexit
1212
CI_EXEC "${BASE_ROOT_DIR}/ci/test/06_script_b.sh"
1313

0 commit comments

Comments
 (0)