diff options
| author | chaoc <[email protected]> | 2024-01-12 16:30:59 +0800 |
|---|---|---|
| committer | chaoc <[email protected]> | 2024-01-12 16:30:59 +0800 |
| commit | c95e543e3409e8e4af441ea911ca71dfc784f8ba (patch) | |
| tree | 2d2a211f643c274efe125fc5e4ea506fe30827d1 /.gitlab-ci.yml | |
| parent | 082c7ee04c881f00d779ba494409b0f11e906adc (diff) | |
chore: remove site stage
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0ce05b8..57844e3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,7 @@ build: script: - echo "$MAVEN_SETTINGS_XML" > /usr/share/maven/conf/settings.xml - mvn $MAVEN_CLI_OPTS enforcer:enforce@snapshot-version-check - - mvn $MAVEN_CLI_OPTS clean site deploy -DskipTests + - mvn $MAVEN_CLI_OPTS clean deploy -DskipTests only: - develop @@ -39,6 +39,6 @@ deploy: mvn $MAVEN_CLI_OPTS clean verify sonar:sonar -Dsonar.projectKey=$SONAR_PROJECT_KEY \ -Dsonar.host.url=$SONAR_HOST_URL -Dsonar.login=$SONAR_LOGIN_TOKEN \ -Dsonar.qualitygate.wait=true -Dsonar.qualitygate.timeout=300 - - mvn $MAVEN_CLI_OPTS clean site deploy -DskipTests + - mvn $MAVEN_CLI_OPTS clean deploy -DskipTests only: - tags
\ No newline at end of file |
