Skip to content

Commit

Permalink
azcopy: put MD5
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve committed Oct 11, 2023
1 parent a447c1c commit 18dae90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ chmod -R a+r "${ROOT_FOLDER}"/www2

# ## TODO: cleanup commands above when https://github.com/jenkins-infra/helpdesk/issues/2649 is ready for production
# Sync Azure File Share content
azcopy sync "${ROOT_FOLDER}"/www2/ "${UPDATES_FILE_SHARE_URL}" --recursive=true --delete-destination=true --exclude-path="updates"
azcopy sync "${ROOT_FOLDER}"/www2/ "${UPDATES_FILE_SHARE_URL}" --recursive=true --delete-destination=true --put-md5 --exclude-path="updates"

# Debug
echo "= azcopy sync done."
Expand Down

0 comments on commit 18dae90

Please sign in to comment.