Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Konrad Völkel
lecturescript
Commits
b681fb48
Commit
b681fb48
authored
Jun 12, 2022
by
Konrad Völkel
Browse files
Update .gitlab-ci.yml file
parent
d2ed2521
Pipeline
#90594
failed with stages
in 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b681fb48
stages
:
-
build
-
build1
-
build2
-
deploy
variables
:
...
...
@@ -11,7 +12,7 @@ cache:
-
venv/
jupyter-build-html
:
stage
:
build
stage
:
build
1
image
:
jupyter/scipy-notebook
script
:
-
python3 -V
# Print out python version for debugging
...
...
@@ -28,7 +29,7 @@ jupyter-build-html:
-
_build/
jupyter-build-pdf
:
stage
:
build
stage
:
build
2
image
:
sphinxdoc/sphinx-latexpdf
script
:
-
python3 -V
# Print out python version for debugging
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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