Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down
1 change: 0 additions & 1 deletion ci-operator/step-registry/gather/libvirt/gather-libvirt-commands.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down