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
70f8db38
Commit
70f8db38
authored
Jun 12, 2019
by
Thorsten Wißmann
🎸
Browse files
Don't ignore ssl errors anymore
parent
1ff89d50
Changes
1
Hide whitespace changes
Inline
Side-by-side
gitlab-ci/latex.yml
View file @
70f8db38
compile_latex
:
image
:
aergus/latex
# the docker image by aergus https://hub.docker.com/r/aergus/latex/
stage
:
build
variables
:
GIT_SSL_NO_VERIFY
:
"
true"
#
variables:
#
GIT_SSL_NO_VERIFY: "true"
before_script
:
-
git submodule sync
-
git submodule update --init --remote
...
...
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