Skip to content

Commit cc34713

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 24e118b commit cc34713

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
@@ -92,6 +92,7 @@ while [[ $# -gt 0 ]]; do
9292
done
9393

9494
"${CONTAINER_ENGINE}" run -d \
95+
--pull always \
9596
--name "${CONTAINER_NAME}" \
9697
-v "${TOPDIR}:/workspace" \
9798
-w /workspace \

0 commit comments

Comments
 (0)