This commit is contained in:
@@ -6,7 +6,15 @@ platform:
|
|||||||
os: linux
|
os: linux
|
||||||
arch: arm64
|
arch: arm64
|
||||||
|
|
||||||
|
clone:
|
||||||
|
disable: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: clone
|
||||||
|
image: alpine/git
|
||||||
|
commands:
|
||||||
|
- git clone $DRONE_REMOTE_URL .
|
||||||
|
|
||||||
- name: echo hello world
|
- name: echo hello world
|
||||||
image: golang
|
image: golang
|
||||||
commands:
|
commands:
|
||||||
|
|||||||
Reference in New Issue
Block a user