Skip to content

Commit

Permalink
Fixed issue with False for skopeo-copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Aneesh-M-Bhat authored and openshift-merge-bot[bot] committed Sep 4, 2024
1 parent a9ce48c commit e5b82ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/skopeo-copy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ phase "Copying '${PARAMS_SOURCE_IMAGE_URL}' into '${PARAMS_DESTINATION_IMAGE_URL
set -x

if [ -n "${PARAMS_SOURCE_IMAGE_URL}" ] && [ -n "${PARAMS_DESTINATION_IMAGE_URL}" ]; then
skopeo copy "${SKOPEO_DEBUG_FLAG}" \
skopeo copy ${SKOPEO_DEBUG_FLAG} \
--src-tls-verify="${PARAMS_SRC_TLS_VERIFY}" \
--dest-tls-verify="${PARAMS_DEST_TLS_VERIFY}" \
"${PARAMS_SOURCE_IMAGE_URL}" \
Expand Down

0 comments on commit e5b82ff

Please sign in to comment.