custom clone logic
This commit is contained in:
@ -7,7 +7,16 @@ platform:
|
||||
os: linux
|
||||
arch: arm
|
||||
|
||||
clone:
|
||||
disable: true
|
||||
|
||||
steps:
|
||||
- name: clone
|
||||
image: alpine/git
|
||||
commands:
|
||||
- git clone https://127.0.0.1:3000/frx/altherego.git/ .
|
||||
- git checkout $DRONE_COMMIT
|
||||
|
||||
- name: validate
|
||||
image: rust:1.49
|
||||
commands:
|
||||
|
||||
Reference in New Issue
Block a user