diff --git a/.drone.yml b/.drone.yml index a02f729e..59bc3e3d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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