From 1c26cdf268150734b94a3f1acd08eb7e7e9c2503 Mon Sep 17 00:00:00 2001 From: "zhipeng.hu" Date: Fri, 4 Aug 2023 10:15:42 +0800 Subject: [PATCH] dpr:8 --- .drone.yml | 47 ++++++++++++++++++++++------------------------- 1 file changed, 22 insertions(+), 25 deletions(-) diff --git a/.drone.yml b/.drone.yml index 241b23b..81effeb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,33 +9,30 @@ volumes: path: /usr/local/path/gopath steps: - - name: golang-build - image: golang:1.17-alpine3.15 - volumes: - - name: gopath - path: /go - commands: - - export GOPROXY=https://goproxy.cn - - go mod init test-drone - - go mod tidy - - CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o test-drone - when: - target: [ "test","pre" ] - -# - name: docker-push -# image: plugins/docker -# settings: -# username: tjqmhu -# password: tjqm4912 -# repo: registry.cn-hangzhou.aliyuncs.com/huvipg/test-drone -# dockerfile: Dockerfile -# registry: https://registry.cn-hangzhou.aliyuncs.com -# tags: ${DRONE_BUILD_NUMBER} +# - name: golang-build +# image: golang:1.17-alpine3.15 +# volumes: +# - name: gopath +# path: /go # commands: -## - docker build -t registry.cn-hangzhou.aliyuncs.com/hvp/dpr:7 . -# - docker save -o registry.cn-hangzhou.aliyuncs.com/huvipg/test-drone:${DRONE_BUILD_NUMBER} +# - export GOPROXY=https://goproxy.cn +# - go mod init test-drone +# - go mod tidy +# - CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o test-drone # when: -# target: [ "" ] +# target: [ "test","pre" ] + + - name: docker-push + image: plugins/docker + settings: + username: tjqmhu + password: tjqm4912 + repo: registry.cn-hangzhou.aliyuncs.com/huvipg/test-drone + dockerfile: Dockerfile + registry: https://registry.cn-hangzhou.aliyuncs.com + tags: ${DRONE_BUILD_NUMBER} + when: + target: [ "test","pre"] - name: rancher-deploy image: registry.cn-hangzhou.aliyuncs.com/hvp/dpr:8 # 直接用busybox