diff --git a/.drone.yml b/.drone.yml index 27ca239..353853e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -46,8 +46,6 @@ steps: GOPROXY: "https://goproxy.cn,direct" # 懂的都懂 commands: - CGO_ENABLED=0 go build -o adapt -ldflags="-w -s" - - docker build -t git.daymele.com/liupeng/drone . - - docker push git.daymele.com/liupeng/drone when: branch: - master