File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ if [ "${IS_CONTAINER}" != "false" ]; then
25
25
26
26
else
27
27
" ${CONTAINER_RUNTIME} " run --rm \
28
+ --pull=always \
28
29
--env IS_CONTAINER=TRUE \
29
30
--env DEPLOY_KERNEL_URL=http://172.22.0.1/images/ironic-python-agent.kernel \
30
31
--env DEPLOY_RAMDISK_URL=http://172.22.0.1/images/ironic-python-agent.initramfs \
33
34
--entrypoint sh \
34
35
--workdir " ${WORKDIR} " \
35
36
quay.io/metal3-io/basic-checks:golang-1.22 \
36
- --pull=always \
37
37
" ${WORKDIR} " /hack/generate.sh " $@ "
38
38
fi
Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ if [ "${IS_CONTAINER}" != "false" ]; then
37
37
38
38
else
39
39
" ${CONTAINER_RUNTIME} " run --rm \
40
+ --pull=always \
40
41
--env IS_CONTAINER=TRUE \
41
- --volume " ${PWD} :{WORKDIR}:ro,z" \
42
+ --volume " ${PWD} :$ {WORKDIR} :ro,z" \
42
43
--entrypoint sh \
43
44
--workdir " ${WORKDIR} " \
44
45
quay.io/metal3-io/basic-checks:golang-1.22 \
45
- --pull=always \
46
46
" ${WORKDIR} " /hack/gomod.sh " $@ "
47
47
fi
You can’t perform that action at this time.
0 commit comments