diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2020-01-16 12:08:58 +0100 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-01-16 12:08:58 +0100 |
commit | 45a7e0146b5ed733e476ca1a1c5c44a7f4097ae9 (patch) | |
tree | f2d95ccf1edc0c4118337a31165f66e2e9717287 | |
parent | e1e405b70d687897423d0d1c327efd9bea190dff (diff) | |
download | podman-45a7e0146b5ed733e476ca1a1c5c44a7f4097ae9.tar.gz podman-45a7e0146b5ed733e476ca1a1c5c44a7f4097ae9.tar.bz2 podman-45a7e0146b5ed733e476ca1a1c5c44a7f4097ae9.zip |
Cirrus: remove workaround for cleaning /go/bin
Remove the temporary workaround for cleaning /go/bin in the gating task.
The workaround was added to make sure that we're always installing the
latest tools in `make install.tools`. The gating image does not ship
with these pre-installed tools anymore which is now causing errors in
the gating task as the `rm` is missing the `--force` flag.
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 4cf173ca3..abf3d0dd8 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -102,8 +102,6 @@ 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}' |