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
Informatik 8
TexCommon
Commits
b86b0911
Commit
b86b0911
authored
May 31, 2019
by
Thorsten Wißmann
🎸
Browse files
Fix gitlab's submodule strategy
parent
bdde79a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
gitlab-ci/latex.yml
View file @
b86b0911
compile_latex
:
image
:
aergus/latex
# the docker image by aergus https://hub.docker.com/r/aergus/latex/
stage
:
build
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
before_script
:
-
git submodule sync
-
git submodule update --init --remote
# if you need to upload PDFs somewhere else, add a private SSH key to the
# gitlab project config and then do the following:
#- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
...
...
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