.drone.yaml
Some checks are pending
continuous-integration/drone/push Build is pending

This commit is contained in:
C菌
2022-04-13 03:07:52 +08:00
parent 56d35e09a3
commit 804d35ed9c

View File

@@ -3,11 +3,11 @@ kind: pipeline
name: default
steps:
# - name: build
# image: golang:latest
# commands:
# - "pwd"
# - "cd helloworld"
- name: build
image: golang:latest
commands:
- "pwd && ls"
- "cd helloworld"
- name: latest
image: thegeeklab/drone-docker-buildx