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
Copy file name to clipboardExpand all lines: ci/test/02_run_container.py
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,27 @@ def main():
45
45
file.write(f"{k}={v}\n")
46
46
run(["cat", env_file])
47
47
48
+
ifnotos.getenv("DANGER_RUN_CI_ON_HOST"):
49
+
CI_IMAGE_LABEL="bitcoin-ci-test"
50
+
51
+
# Use buildx unconditionally
52
+
# Using buildx is required to properly load the correct driver, for use with registry caching. Neither build, nor BUILDKIT=1 currently do this properly
echo"Creating $CI_IMAGE_NAME_TAG container to run in"
21
-
22
-
# Use buildx unconditionally
23
-
# Using buildx is required to properly load the correct driver, for use with registry caching. Neither build, nor BUILDKIT=1 currently do this properly
0 commit comments