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