Skip to content

Commit 3ca3d30

Browse files
committed
scripts: Always pull the container image
That way we make sure that stage3 is up-to-date. Signed-off-by: Michal Rostecki <vadorovsky@protonmail.com>
1 parent d3aad2c commit 3ca3d30

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/container_test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ if [[ "${USE_LLVM}" -eq 1 ]]; then
9797
fi
9898

9999
"${CONTAINER_ENGINE}" run -d \
100+
--pull always \
100101
--name "${CONTAINER_NAME}" \
101102
-v "${TOPDIR}:/workspace" \
102103
-w /workspace \

0 commit comments

Comments
 (0)