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
Stefan Oppl
website-digkom
Commits
923fc34f
Commit
923fc34f
authored
Aug 01, 2019
by
Stefan Oppl
Browse files
Update .gitlab-ci.yml
parent
4a7f9be8
Pipeline
#943
failed with stages
in 26 minutes and 53 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
923fc34f
...
...
@@ -3,13 +3,13 @@
image
:
meroff/hugo-with-pandoc:academic431
stages
:
-
build
-
build
-pdf
-
combine
-
build-hugo
-
review
-
publish
.build-prepare
:
stage
:
build
before_script
:
-
git checkout .
-
git submodule foreach git checkout .
...
...
@@ -30,7 +30,7 @@ stages:
build-hugo-branches
:
extends
:
.build-prepare
stage
:
build
stage
:
build
-hugo
script
:
-
hugo --baseURL https://deploy.ce.jku.at/$CI_PROJECT_NAMESPACE/$CI_PROJECT_NAME/$CI_COMMIT_REF_NAME/
artifacts
:
...
...
@@ -45,7 +45,7 @@ build-hugo-branches:
build-hugo-master
:
extends
:
.build-prepare
stage
:
build
stage
:
build
-hugo
script
:
-
hugo --baseURL https://pages.ce.jku.at/$CI_PROJECT_NAMESPACE/$CI_PROJECT_NAME/public/
artifacts
:
...
...
@@ -58,7 +58,7 @@ build-hugo-master:
build-pdf
:
extends
:
.build-prepare
stage
:
build
stage
:
build
-pdf
script
:
-
./bin/compile-pdf.sh --hugo
true
artifacts
:
...
...
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