diff options
| author | 方顺健 <[email protected]> | 2022-07-12 07:35:49 +0000 |
|---|---|---|
| committer | 方顺健 <[email protected]> | 2022-07-12 07:35:49 +0000 |
| commit | e569482a86d49e4e2676a39fb64db2c1ea0087ae (patch) | |
| tree | 14b8d53b760de03980276898157fd81428a9436a | |
| parent | 71d0cc7eaf3dd62649d08ee44cfe64c81537c224 (diff) | |
build: 更换minio 服务器
| -rw-r--r-- | .gitlab-ci.yml | 2 |
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/" |
