From d83af3e6cda5dc37d244a2ed89ae24dfae9edcc4 Mon Sep 17 00:00:00 2001 From: Aleksandr Trushkin Date: Tue, 15 Jun 2021 00:18:57 +0300 Subject: [PATCH] use skip_verify in yaml --- .drone.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1cd6df0..ac3cecb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,16 +8,9 @@ platform: arch: arm clone: - disable: true + skip_verify: true steps: -- name: clone - image: alpine/git - commands: - - git config --global http.sslVerify false - - git clone https://git.loyso.art/frx/altherego.git/ . - - git checkout $DRONE_COMMIT - - name: validate image: rust:1.49 commands: @@ -32,8 +25,6 @@ steps: path: /cache/target - name: rustup path: /usr/local/rustup - depends_on: - - clone - name: test image: rust:1.49