From 81fa533ce5ae0de07c828c2726ce6e9ec6c4f18b Mon Sep 17 00:00:00 2001 From: "leitao.zhang" Date: Wed, 4 Nov 2020 18:42:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=91=E4=B8=8A=E8=B4=B5=E5=B7=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .beagle.yml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/.beagle.yml b/.beagle.yml index e9bebbb..ca91ac5 100644 --- a/.beagle.yml +++ b/.beagle.yml @@ -1,4 +1,3 @@ -platform: 10.11.92.34 workspace: path: src/gitlab.wodcloud.com/apaas/apaas-meshproxy clone: @@ -6,26 +5,30 @@ clone: image: registry.cn-qingdao.aliyuncs.com/wod-devops/git:1.5.0 dns: 223.5.5.5 pipeline: - build: - image: registry.cn-qingdao.aliyuncs.com/wod/devops-go:1.14.4-stretch + go: + image: registry.cn-qingdao.aliyuncs.com/wod-devops/go:1.13.1-stretch dns: 223.5.5.5 - binary: apaas-meshproxy - main: src environment: - GOPROXY=https://goproxy.cn,direct + main: src + binary: proxy volumes: + # - /cache/gopath/pkg:/drone/pkg - /data/cache/gopath/pkg:/drone/pkg + docker: + dns: 223.5.5.5 image: registry.cn-qingdao.aliyuncs.com/wod-devops/docker:1.0 volumes: - /var/run/docker.sock:/var/run/docker.sock base: registry.cn-qingdao.aliyuncs.com/wod/alpine-glibc:3.8 repo: wod/apaas-meshproxy - version: "v3.0" - channel: branch + version: "v3.0.0" registry: hub.gy.wodcloud.com secrets: - source: REGISTRY_USER_GUIZHOU target: REGISTRY_USER - source: REGISTRY_PASSWORD_GUIZHOU target: REGISTRY_PASSWORD + + -- 2.26.0