mirror of
https://github.com/containers/podman.git
synced 2025-06-25 20:26:51 +08:00
gating: clean /go/bin to install fresh tools
Once the gating image doesn't ship with pre-installed tools, we can remove the workaround. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
@ -102,6 +102,8 @@ gating_task:
|
|||||||
networking_script: '${CIRRUS_WORKING_DIR}/${SCRIPT_BASE}/networking.sh'
|
networking_script: '${CIRRUS_WORKING_DIR}/${SCRIPT_BASE}/networking.sh'
|
||||||
|
|
||||||
gate_script:
|
gate_script:
|
||||||
|
# TODO: remove once the image doesn't ship with pre-installed tools
|
||||||
|
- rm /go/bin/*
|
||||||
# N/B: entrypoint.sh resets $GOSRC (same as make clean)
|
# N/B: entrypoint.sh resets $GOSRC (same as make clean)
|
||||||
- '/usr/local/bin/entrypoint.sh install.tools |& ${TIMESTAMP}'
|
- '/usr/local/bin/entrypoint.sh install.tools |& ${TIMESTAMP}'
|
||||||
- '/usr/local/bin/entrypoint.sh validate |& ${TIMESTAMP}'
|
- '/usr/local/bin/entrypoint.sh validate |& ${TIMESTAMP}'
|
||||||
|
Reference in New Issue
Block a user