You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This allows us or the user to perform batch operations on all
images produced by the ci, e.g. to prune all dangling images,
without affecting non-ci images.
Copy file name to clipboardExpand all lines: ci/test/02_run_container.sh
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@
5
5
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
6
6
7
7
export LC_ALL=C.UTF-8
8
+
export CI_IMAGE_LABEL="bitcoin-ci-test"
8
9
9
10
set -ex
10
11
@@ -19,6 +20,7 @@ if [ -z "$DANGER_RUN_CI_ON_HOST" ]; then
0 commit comments