Skip to content
Snippets Groups Projects
Verified Commit 743df8fb authored by Romain Deville's avatar Romain Deville
Browse files

:green_heart: Use -O option for rsync in CI from mkdcs_template_rdeville

parent 399a70aa
No related branches found
No related tags found
No related merge requests found
### BEGIN MKDOCS TEMPLATE ###
### WARNING, DO NOT UPDATE CONTENT BETWEEN MKDOCS TEMPLATE TAG !###
### Modified content will be overwritten when updating.###
......@@ -378,7 +379,7 @@ script_deploy_html: &script_deploy_html
Redirecting to <a href='${ONLINE_PATH}'>${ONLINE_PATH}</a>...\n
</body>\n
</html>" > tmp/${PROJECT_PATH}/../index.html
- rsync -avz "tmp/" "${RSYNC_DEST}"
- rsync -Oavz "tmp/" "${RSYNC_DEST}"
rules:
- *rules_prod
- *rules_pre_prod
......@@ -425,3 +426,4 @@ inform_triggers_variables:
# *****************************************************************************
### END MKDOCS TEMPLATE ###
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment