diff --git a/.drone.yml b/.drone.yml index 98b2e8b..1cd6df0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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