diff options
| author | chaochaoc <[email protected]> | 2024-07-22 16:52:56 +0800 |
|---|---|---|
| committer | chaochaoc <[email protected]> | 2024-07-22 16:52:56 +0800 |
| commit | 53ffcca70d5db593c747dcf4bed7cc3839ce6636 (patch) | |
| tree | 4b041f88431c4f25bc989ea424f9557b7b23d8fb | |
| parent | 068124bf3fb80a7f843fb6cde85ca4a7474e08d6 (diff) | |
chore: update ci
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cc507cc..3d3995c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,7 @@ stages: release-version-check: stage: check script: + - echo "$MAVEN_SETTINGS_XML" > /usr/share/maven/conf/settings.xml - mvn $MAVEN_CLI_OPTS enforcer:enforce@release-version-check - |- if `mvn $MAVEN_CLI_OPTS dependency:get@release-deploy-check > /dev/null 2>&1`; then @@ -25,6 +26,7 @@ release-version-check: test: stage: test script: + - echo "$MAVEN_SETTINGS_XML" > /usr/share/maven/conf/settings.xml - mvn $MAVEN_CLI_OPTS clean test only: - merge_requests |
