Skip to content

Commit

Permalink
Merge branch 'develop' into saas
Browse files Browse the repository at this point in the history
  • Loading branch information
khergalant committed Jul 16, 2024
2 parents 076b4f3 + 5194688 commit 08c7450
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
workflow:
rules:
- if: $CI_COMMIT_BRANCH == "saas"

include:
- project: 'dn-sied/ci-config'
file: '/.gitlab-ci-template-container-image.yml'

variables:
CI_RULES: $CI_COMMIT_BRANCH == "saas"
MAVEN_IMAGE: maven:3-jdk-11
MAVEN_ADDITIONAL_CLI_OPTS: "-Pcoverage,production"

0 comments on commit 08c7450

Please sign in to comment.