更新 '.drone.yml'
continuous-integration/drone/push Build is passing Details

master
flyskype 1 year ago
parent e1f5bdac6d
commit f5ede85f48

@ -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:

Loading…
Cancel
Save