Skip to content

Commit

Permalink
azcopy: remove md5, doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve committed Oct 11, 2023
1 parent 4311c14 commit 5803950
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 --put-md5 --compare-hash="MD5" --exclude-path="updates"
azcopy sync "${ROOT_FOLDER}"/www2/ "${UPDATES_FILE_SHARE_URL}" --recursive=true --delete-destination=true --exclude-path="updates"

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

0 comments on commit 5803950

Please sign in to comment.