diff options
| author | 窦凤虎 <[email protected]> | 2024-07-07 03:59:43 +0000 |
|---|---|---|
| committer | 窦凤虎 <[email protected]> | 2024-07-07 03:59:43 +0000 |
| commit | 7cfc17b56ff27da9c0e488883447a11a465fc766 (patch) | |
| tree | be8b1d20af5c48a2ff61531ebfa4c3ac8f7f1154 | |
| parent | e9625b29caf45a4b7ebd9178e5f90faf885600d1 (diff) | |
Update .gitlab-ci.yml
| -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 12dfad6..abccdd8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,7 +37,7 @@ deploy: stage: deploy script: - echo "$MAVEN_SETTINGS_XML" > /usr/share/maven/conf/settings.xml - - mvn $MAVEN_CLI_OPTS enforcer:enforce@release-version-check + # - mvn $MAVEN_CLI_OPTS enforcer:enforce@release-version-check - |- mvn $MAVEN_CLI_OPTS clean verify sonar:sonar -Dsonar.projectKey=$SONAR_PROJECT_KEY \ -Dsonar.host.url=$SONAR_HOST_URL -Dsonar.login=$SONAR_LOGIN_TOKEN \ |
