Skip to content

Commit 79f78fa

Browse files
Merge pull request #25263 from wking/drop-tmp-shared-from-PATH
ci-operator/step-registry/gather: Drop /tmp/shared from PATH
2 parents 257df77 + 50bb414 commit 79f78fa

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

ci-operator/step-registry/gather/extra/gather-extra-commands.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ function queue() {
1616
fi
1717
}
1818

19-
export PATH=$PATH:/tmp/shared
20-
2119
if test ! -f "${KUBECONFIG}"
2220
then
2321
echo "No kubeconfig, so no point in gathering extra artifacts."

ci-operator/step-registry/gather/libvirt/gather-libvirt-commands.sh

100644100755
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ function queue() {
5555
fi
5656
}
5757

58-
export PATH=$PATH:/tmp/shared
5958
echo "Gathering artifacts ..."
6059
mkdir -p ${ARTIFACT_DIR}/pods ${ARTIFACT_DIR}/nodes ${ARTIFACT_DIR}/metrics ${ARTIFACT_DIR}/bootstrap ${ARTIFACT_DIR}/network ${ARTIFACT_DIR}/oc_cmds
6160

0 commit comments

Comments
 (0)