This commit is contained in:
10
.drone.yml
10
.drone.yml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user