Отключение проверки SSL
This commit is contained in:
parent
8d2326faaa
commit
d6a4fe4b49
@ -4,6 +4,10 @@ include:
|
|||||||
ref: master
|
ref: master
|
||||||
file: 'gitlab.yml'
|
file: 'gitlab.yml'
|
||||||
|
|
||||||
|
variables:
|
||||||
|
# git ssl no verify - git clone works for https/ssl from letsencrypt
|
||||||
|
GIT_SSL_NO_VERIFY: "1"
|
||||||
|
|
||||||
uncrustify:
|
uncrustify:
|
||||||
extends:
|
extends:
|
||||||
- .test-formatting-with-uncrustify
|
- .test-formatting-with-uncrustify
|
||||||
|
Loading…
Reference in New Issue
Block a user