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
groupe-calcul
website
Commits
9e278198
Commit
9e278198
authored
Apr 03, 2019
by
Matthieu Boileau
Browse files
gitlab-ci.yml: correct exclusion rule
parent
83829541
Pipeline
#3655
canceled with stages
in 3 minutes and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9e278198
...
...
@@ -55,5 +55,5 @@ apache-dev:
-
echo "Publishing to $PUBLISH_DIR"
-
sed "s/^[[:space:]]*SITEURL[[:space:]]*=.*/SITEURL = 'https:\/\/calcul-dev.math.unistra.fr\/$CI_COMMIT_REF_NAME'/" publishconf.py > publishconf-dev.py
-
pelican -s publishconf-dev.py --fatal errors
-
rsync -av --delete --
filter 'protect
$PUBLISH_DIR/attachments
/'
output/ $PUBLISH_DIR/
-
rsync -av --delete --
exclude
$PUBLISH_DIR/attachments output/ $PUBLISH_DIR/
-
rsync -av --delete content/attachments/ $PUBLISH_DIR/attachments/
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