summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author窦凤虎 <[email protected]>2024-11-08 10:47:56 +0000
committer窦凤虎 <[email protected]>2024-11-08 10:47:56 +0000
commit126af907a5c2892b7ce1dd336aa55d8b7c08925e (patch)
treecce0e234c3bdb3d9ef485ef789aa685ae8dabe24
parentd929570f0778e9341ad7073d9acf4e2e9fc4207f (diff)
Update .gitlab-ci.yml
-rw-r--r--.gitlab-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index afa2552..96d996f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: 192.168.40.153:8082/common/maven:3.8.1-openjdk-11-slim
+image: 192.168.40.153:9080/common/maven:3.8.1-openjdk-11-slim
variables:
MAVEN_CLI_OPTS: --batch-mode --errors --show-version
@@ -20,7 +20,6 @@ test:
- mvn $MAVEN_CLI_OPTS clean package
only:
- merge_requests
- - tags
# 构建。一般用于构建 develop 分支上的 snapshot 版本。
build: