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