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
name: default
steps:
- name: build
image: golang:latest
pull: always
image: golang:alpine
commands:
- "pwd && ls"
- "cd helloworld"