update .drone.yml
continuous-integration/drone/push Build is failing Details

master
wanggang 4 years ago
parent ec56b3aaa5
commit cc21ac78da

@ -5,7 +5,7 @@ platform:
arch: amd64 arch: amd64
os: linux os: linux
steps: steps:
- name: build - name: build_golang
image: golang:1.16.4-buster image: golang:1.16.4-buster
commands: commands:
- export SRC=$DRONE_WORKSPACE - export SRC=$DRONE_WORKSPACE
@ -20,7 +20,7 @@ steps:
username: root username: root
password: dsideal password: dsideal
target: /root/publish/bigdata/publish target: /root/publish/bigdata/publish
source: ./docker/ source: ./docker
rm: false rm: false
- name: restart - name: restart

Loading…
Cancel
Save