Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Guilhem Bonnefille
S1Tiling
Commits
3c239019
Commit
3c239019
authored
Feb 24, 2021
by
Luc Hermitte
Browse files
DOC: Use the right s1_tiling path on S3
parent
3b2b7783
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3c239019
...
...
@@ -66,11 +66,11 @@ pages:
script
:
-
mkdir public
# TODO: lock access to public
-
rclone copy s3_otb:www public || echo "Oups| no www/ on S3"
-
rclone copy s3_otb:
s1-tiling/
www public || echo "Oups| no www/ on S3"
# Check cache
-
ls public
-
docs/install_and_deploy_doc.sh public
-
rclone copy public s3_otb:www
-
rclone copy public s3_otb:
s1-tiling/
www
artifacts
:
paths
:
-
public
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment