diff options
| author | zhanghongqing <[email protected]> | 2024-10-16 13:59:59 +0800 |
|---|---|---|
| committer | zhanghongqing <[email protected]> | 2024-10-16 13:59:59 +0800 |
| commit | 175021307d719958458bd261d28da55c96a537fb (patch) | |
| tree | 6942a92e3e01d6cd15949a86892cc64c2e341a4a | |
| parent | 8cd374f694afacb7a01a8c184ca615c5d4101bd8 (diff) | |
[修改] 修改gitlab-ci基础镜像t2
| -rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ed30a93..c149bbe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,3 @@ -image: 192.168.40.153:8082/common/maven:3.8.2-jdk-8-docker-slim - variables: MAVEN_CLI_OPTS: --batch-mode --errors --show-version @@ -31,9 +29,6 @@ clean: deploy: stage: deploy - image: docker:latest - services: - - docker:dind script: - echo 'exec mvn package & docker build' - echo 'tag:' $CI_COMMIT_TAG |
