Skip to content

Commit

Permalink
Merge pull request #16 from hortonworks/remove-atlas-dep
Browse files Browse the repository at this point in the history
CLOUD-96142 replace imageName variable with AZURE_IMAGE_NAME
  • Loading branch information
pdarvasi authored Feb 9, 2018
2 parents ed6c3b2 + 834da85 commit 40c391e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-copy
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ azure_copy_everywhere() {
rm -f checks.yml
export_fns
for loc in $(get_storage_accounts_to_copy); do
local destBlob="$loc/images/${ARM_DESTINATION_IMAGE_PREFIX}$imageName.vhd"
local destBlob="$loc/images/${ARM_DESTINATION_IMAGE_PREFIX}$AZURE_IMAGE_NAME.vhd"
debug "[COPY] $sourceBlob ==> $destBlob"
env DEBUG=$DEBUG STORAGE_ACCOUNT_LIST_FILE="$STORAGE_ACCOUNT_LIST_FILE" bash -c "azure_blob_copy $sourceBlob $destBlob"
done \
Expand Down

0 comments on commit 40c391e

Please sign in to comment.