up
Some checks failed
continuous-integration/drone/push Build was killed

This commit is contained in:
C菌
2022-04-13 03:53:56 +08:00
parent 804d35ed9c
commit 0a5afb358a

View File

@@ -1,10 +1,10 @@
--- ---
kind: pipeline kind: pipeline
name: default name: default
steps: steps:
- name: build - name: build
image: golang:latest pull: always
image: golang:alpine
commands: commands:
- "pwd && ls" - "pwd && ls"
- "cd helloworld" - "cd helloworld"