Skip to content

Commit

Permalink
Merge pull request #20 from hortonworks/CB-9881
Browse files Browse the repository at this point in the history
CB-9881 Do not overwrite existing image blobs
  • Loading branch information
keyki authored May 14, 2021
2 parents a2e1110 + 666b265 commit 6f94efd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-copy
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ azure_blob_copy() {
--destination-blob $dest_blob \
--account-name $dest_account \
--account-key $dest_key \
--destination-if-none-match "*" \
--debug \
--timeout "${REQUEST_TIMEOUT:-15}" \
--output json 1>&2
Expand Down

0 comments on commit 6f94efd

Please sign in to comment.