Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MKDocs Template
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EDP
MKDocs Template
Commits
743df8fb
Verified
Commit
743df8fb
authored
4 years ago
by
Romain Deville
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/.gitlab-ci.yml
+3
-1
3 additions, 1 deletion
docs/.gitlab-ci.yml
with
3 additions
and
1 deletion
docs/.gitlab-ci.yml
+
3
−
1
View file @
743df8fb
### BEGIN MKDOCS TEMPLATE ###
### BEGIN MKDOCS TEMPLATE ###
### WARNING, DO NOT UPDATE CONTENT BETWEEN MKDOCS TEMPLATE TAG !###
### WARNING, DO NOT UPDATE CONTENT BETWEEN MKDOCS TEMPLATE TAG !###
### Modified content will be overwritten when updating.###
### Modified content will be overwritten when updating.###
...
@@ -378,7 +379,7 @@ script_deploy_html: &script_deploy_html
...
@@ -378,7 +379,7 @@ script_deploy_html: &script_deploy_html
Redirecting to <a href='${ONLINE_PATH}'>${ONLINE_PATH}</a>...\n
Redirecting to <a href='${ONLINE_PATH}'>${ONLINE_PATH}</a>...\n
</body>\n
</body>\n
</html>" > tmp/${PROJECT_PATH}/../index.html
</html>" > tmp/${PROJECT_PATH}/../index.html
-
rsync -avz "tmp/" "${RSYNC_DEST}"
-
rsync -
O
avz "tmp/" "${RSYNC_DEST}"
rules
:
rules
:
-
*rules_prod
-
*rules_prod
-
*rules_pre_prod
-
*rules_pre_prod
...
@@ -425,3 +426,4 @@ inform_triggers_variables:
...
@@ -425,3 +426,4 @@ inform_triggers_variables:
# *****************************************************************************
# *****************************************************************************
### END MKDOCS TEMPLATE ###
### END MKDOCS TEMPLATE ###
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment