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
ea88af57
Commit
ea88af57
authored
Jul 24, 2019
by
Stefan Oppl
Browse files
fixed gitlab-ci
parent
27b603ef
Pipeline
#671
passed with stages
in 13 minutes and 7 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ea88af57
...
...
@@ -61,7 +61,7 @@ build-pdf:
-
./bin/compile-pdf.sh --hugo
true
artifacts
:
paths
:
-
build
-
build
s
only
:
variables
:
-
$GENERATE_PDF == "true"
...
...
@@ -69,7 +69,7 @@ build-pdf:
combine
:
stage
:
combine
script
:
-
if [[ -e build ]] ; then cp -purv build
/pdf/content
/* public/ ; rm -rf build ; fi
-
if [[ -e build ]] ; then cp -purv build
s/oppl/website-digkom/content/courses
/* public/ ; rm -rf build ; fi
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