Browse Source

save

master
zhipeng.hu 1 year ago
parent
commit
c9513efe1d
  1. 2
      .drone.yml

2
.drone.yml

@ -19,8 +19,6 @@ steps:
- go mod init test-drone - go mod init test-drone
- go mod tidy - go mod tidy
- CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o test-drone - CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o test-drone
#when:
#target: [ "test","pre" ]
- name: docker-push - name: docker-push
image: plugins/docker image: plugins/docker

Loading…
Cancel
Save