another ci fix
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user