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
os: linux
steps:
- name: build
- name: build_golang
image: golang:1.16.4-buster
commands:
- export SRC=$DRONE_WORKSPACE
@ -20,7 +20,7 @@ steps:
username: root
password: dsideal
target: /root/publish/bigdata/publish
source: ./docker/
source: ./docker
rm: false
- name: restart

Loading…
Cancel
Save