Skip to content

Commit

Permalink
Merge branches 'esa_snappy_evolution' and 'master' of github.com:senb…
Browse files Browse the repository at this point in the history
…ox-org/snap-engine
  • Loading branch information
dolaf committed Jun 2, 2023
2 parents 80e3448 + 7f9781a commit 650e567
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ variables:
MVN_FORBID_SNAPSHOT_DEPENDENCIES_DISABLED: "true"
BUILD_FOR_INSTALLER: "false"
MAVEN_DEPLOY_ENABLED: "true"
MAVEN_DEPLOY_ARGS: "${MAVEN_DEPLOY_ARGS} -fn"
MVN_SEMREL_RELEASE_DISABLED: "true"
MAVEN_SETTINGS_FILE: $MVN_SETTINGS_FILE

Expand Down Expand Up @@ -51,9 +50,11 @@ mvn-sonar:
rules:
- if: $BUILD_FOR_INSTALLER == "false"

# Used to publish release on Github (only manual action & non blocking)
mvn-release:
rules:
- if: $BUILD_FOR_INSTALLER == "false"
- when: manual
allow_failure: true

mvn-deploy-release:
rules:
Expand Down

0 comments on commit 650e567

Please sign in to comment.