From dbedfba3f1eb5802ef50594e780247e09e48230a Mon Sep 17 00:00:00 2001 From: Aleksandr Trushkin Date: Tue, 15 Jun 2021 00:04:47 +0300 Subject: [PATCH] another ci fix --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 677dec1..98b2e8b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,7 @@ steps: - name: clone image: alpine/git commands: - - git clone https://127.0.0.1:3000/frx/altherego.git/ . + - git clone http://127.0.0.1:3000/frx/altherego.git/ . - git checkout $DRONE_COMMIT - name: validate @@ -31,6 +31,8 @@ steps: path: /cache/target - name: rustup path: /usr/local/rustup + depends_on: + - clone - name: test image: rust:1.49