Browse Source

prod

master
zhipeng.hu 1 year ago
parent
commit
fb46eadb82
  1. 7
      .drone.yml

7
.drone.yml

@ -9,8 +9,11 @@ volumes:
path: /usr/local/path/gopath path: /usr/local/path/gopath
steps: steps:
- name: test-secrt
image: alpine
- name: golang-build
image: golang:1.17-alpine3.15
volumes:
- name: gopath
path: /go
commands: commands:
- echo "hello world" - echo "hello world"
when: when:

Loading…
Cancel
Save