Отключение проверки SSL

This commit is contained in:
Andrei Astafev 2024-04-08 23:53:19 +03:00
parent 8d2326faaa
commit d6a4fe4b49

View File

@ -4,6 +4,10 @@ include:
ref: master
file: 'gitlab.yml'
variables:
# git ssl no verify - git clone works for https/ssl from letsencrypt
GIT_SSL_NO_VERIFY: "1"
uncrustify:
extends:
- .test-formatting-with-uncrustify