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
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