Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
starpu
starpu.gitlabpages.inria.fr
Commits
b59bb9b4
Commit
b59bb9b4
authored
Jun 13, 2020
by
Nathalie Furmento
Browse files
update script
parent
348baba5
Pipeline
#151183
failed with stage
in 21 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b59bb9b4
image
:
debian:latest
stages
:
-
pages
pages
:
stage
:
pages
script
:
-
mkdir public
-
cd contents && cp -rp * ../public && cd ..
-
mkdir .public
-
rsync -avz --chmod=ug=rwX,o=rX --exclude .git/ --exclude .gitlab-ci.yaml contents/ .public
-
mv .public public
artifacts
:
paths
:
-
public
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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