diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2020-01-13 14:18:38 +0100 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-01-13 14:27:02 +0100 |
commit | 768c476ae3c1dbf37204f5769b43746358af899d (patch) | |
tree | bb26d0af6c1d71eeee0d6a36008ae7be4b049281 /.cirrus.yml | |
parent | 67165b76753f65b6f58d471f314678ae12a4c722 (diff) | |
download | podman-768c476ae3c1dbf37204f5769b43746358af899d.tar.gz podman-768c476ae3c1dbf37204f5769b43746358af899d.tar.bz2 podman-768c476ae3c1dbf37204f5769b43746358af899d.zip |
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>
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index d069b5a3e..8dbb5d8a6 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -102,6 +102,8 @@ gating_task: networking_script: '${CIRRUS_WORKING_DIR}/${SCRIPT_BASE}/networking.sh' 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) - '/usr/local/bin/entrypoint.sh install.tools |& ${TIMESTAMP}' - '/usr/local/bin/entrypoint.sh validate |& ${TIMESTAMP}' |