diff --git a/ci-operator/step-registry/gather/extra/gather-extra-commands.sh b/ci-operator/step-registry/gather/extra/gather-extra-commands.sh index 25f4db1b4e79f..8baf7e1e744cb 100755 --- a/ci-operator/step-registry/gather/extra/gather-extra-commands.sh +++ b/ci-operator/step-registry/gather/extra/gather-extra-commands.sh @@ -16,8 +16,6 @@ function queue() { fi } -export PATH=$PATH:/tmp/shared - if test ! -f "${KUBECONFIG}" then echo "No kubeconfig, so no point in gathering extra artifacts." diff --git a/ci-operator/step-registry/gather/libvirt/gather-libvirt-commands.sh b/ci-operator/step-registry/gather/libvirt/gather-libvirt-commands.sh old mode 100644 new mode 100755 index 33df69593ca58..994d171f28d6b --- a/ci-operator/step-registry/gather/libvirt/gather-libvirt-commands.sh +++ b/ci-operator/step-registry/gather/libvirt/gather-libvirt-commands.sh @@ -55,7 +55,6 @@ function queue() { fi } -export PATH=$PATH:/tmp/shared echo "Gathering artifacts ..." mkdir -p ${ARTIFACT_DIR}/pods ${ARTIFACT_DIR}/nodes ${ARTIFACT_DIR}/metrics ${ARTIFACT_DIR}/bootstrap ${ARTIFACT_DIR}/network ${ARTIFACT_DIR}/oc_cmds