git skipVerify

This commit is contained in:
Aleksandr Trushkin
2021-06-15 00:08:24 +03:00
parent dbedfba3f1
commit 988d2bacc9

View File

@ -14,7 +14,8 @@ steps:
- name: clone
image: alpine/git
commands:
- git clone http://127.0.0.1:3000/frx/altherego.git/ .
- git config --global http.sslVerify false
- git clone https://git.loyso.art/frx/altherego.git/ .
- git checkout $DRONE_COMMIT
- name: validate