Commit 4ff7b083 authored by 何小勇's avatar 何小勇

接入部门

parent c14e00a7
...@@ -17,7 +17,7 @@ pipeline: ...@@ -17,7 +17,7 @@ pipeline:
- /data/cache:/cache - /data/cache:/cache
when: when:
branch: branch:
- dev - gzga
## 构建 ## 构建
build: build:
image: registry.cn-qingdao.aliyuncs.com/wod/devops-node:12.18.0-stretch image: registry.cn-qingdao.aliyuncs.com/wod/devops-node:12.18.0-stretch
...@@ -29,7 +29,7 @@ pipeline: ...@@ -29,7 +29,7 @@ pipeline:
- yarn build - yarn build
when: when:
branch: branch:
- dev - gzga
# store-cache: # store-cache:
# image: registry.cn-qingdao.aliyuncs.com/wod/devops-cache:1.0 # image: registry.cn-qingdao.aliyuncs.com/wod/devops-cache:1.0
...@@ -51,7 +51,7 @@ pipeline: ...@@ -51,7 +51,7 @@ pipeline:
dockerfile: .beagle/dockerfile dockerfile: .beagle/dockerfile
repo: wod/apaas-ui repo: wod/apaas-ui
version: v3.0.4 version: v3.0.4
channel: alpha channel: gzga
args: "TARGETOS=linux,TARGETARCH=amd64" ## 不同架构的构建参数 args: "TARGETOS=linux,TARGETARCH=amd64" ## 不同架构的构建参数
registry: registry.cn-qingdao.aliyuncs.com registry: registry.cn-qingdao.aliyuncs.com
secrets: secrets:
...@@ -61,7 +61,7 @@ pipeline: ...@@ -61,7 +61,7 @@ pipeline:
target: REGISTRY_PASSWORD target: REGISTRY_PASSWORD
when: when:
branch: branch:
- dev - gzga
## 更换dev生成镜像的名称 ## 更换dev生成镜像的名称
harbor: harbor:
...@@ -118,7 +118,7 @@ pipeline: ...@@ -118,7 +118,7 @@ pipeline:
target: REGISTRY_PASSWORD target: REGISTRY_PASSWORD
when: when:
branch: branch:
- dev - gzga
## 更换dev生成arm64镜像的名称 ## 更换dev生成arm64镜像的名称
harbor-arm64: harbor-arm64:
......
...@@ -91,7 +91,7 @@ export default { ...@@ -91,7 +91,7 @@ export default {
icon: require("@/assets/imgs/shop_ic_yonghuzs.png"), icon: require("@/assets/imgs/shop_ic_yonghuzs.png"),
}, },
{ {
name: "接入机构", name: "接入部门",
value: 0, value: 0,
icon: require("@/assets/imgs/shop_ic_jierujg.png"), icon: require("@/assets/imgs/shop_ic_jierujg.png"),
}, },
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment