another ci fix

This commit is contained in:
Aleksandr Trushkin
2021-06-15 00:04:47 +03:00
parent 499163cb0b
commit dbedfba3f1

View File

@ -14,7 +14,7 @@ steps:
- name: clone - name: clone
image: alpine/git image: alpine/git
commands: 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 - git checkout $DRONE_COMMIT
- name: validate - name: validate
@ -31,6 +31,8 @@ steps:
path: /cache/target path: /cache/target
- name: rustup - name: rustup
path: /usr/local/rustup path: /usr/local/rustup
depends_on:
- clone
- name: test - name: test
image: rust:1.49 image: rust:1.49