summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author方顺健 <[email protected]>2022-07-12 07:35:49 +0000
committer方顺健 <[email protected]>2022-07-12 07:35:49 +0000
commite569482a86d49e4e2676a39fb64db2c1ea0087ae (patch)
tree14b8d53b760de03980276898157fd81428a9436a
parent71d0cc7eaf3dd62649d08ee44cfe64c81537c224 (diff)
build: 更换minio 服务器
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 30c8e3a..ef4fc40 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@
image: git.mesalab.cn:7443/nezha/nz-build-env:1.3
# 定义全局变量
variables:
- MINIO_HOST: 'http://192.168.44.36:2020/'
+ MINIO_HOST: 'http://192.168.41.160:2020/'
MINIO_USER: 'admin'
MINIO_PWD: "Nezha@02!"
MAVEN_REPO: "/etc/maven/repository/"