Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Maximilian Sprengholz
a-long-view
Commits
31941a5f
Commit
31941a5f
authored
Dec 23, 2020
by
Maximilian Sprengholz
😵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump to v1.2.0
parent
9e9f8e47
Pipeline
#15084
passed with stage
in 6 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
.gitlab-ci.yml
.gitlab-ci.yml
+5
-6
No files found.
.gitlab-ci.yml
View file @
31941a5f
...
...
@@ -14,6 +14,10 @@ image: kenose/pandoc-python:latest
before_script
:
-
export DATE=$(date '+%Y-%m-%d')
stages
:
-
build
-
deploy
gen_docs
:
stage
:
build
script
:
...
...
@@ -41,9 +45,6 @@ gen_docs:
pages
:
stage
:
deploy
script
:
-
git pull --rebase http://${GITLAB_USER_LOGIN}:${TOKEN}@scm.cms.hu-berlin.de/${CI_PROJECT_PATH}
-
git checkout HEAD
-
git pull --rebase http://${GITLAB_USER_LOGIN}:${TOKEN}@scm.cms.hu-berlin.de/${CI_PROJECT_PATH}
-
rm -rf public
-
mkdir public
-
cp -R -f results/figures/ public
# copy figures
...
...
@@ -55,8 +56,6 @@ pages:
paths
:
-
public
expire_in
:
15 mins
except
:
only
:
variables
:
-
$GITLAB_USER_LOGIN == "project_4571_bot"
only
:
-
tags
Write
Preview
Markdown
is supported
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