Skip to content

Commit 08c7450

Browse files
committed
Merge branch 'develop' into saas
2 parents 076b4f3 + 5194688 commit 08c7450

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
workflow:
2+
rules:
3+
- if: $CI_COMMIT_BRANCH == "saas"
4+
15
include:
26
- project: 'dn-sied/ci-config'
37
file: '/.gitlab-ci-template-container-image.yml'
48

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

0 commit comments

Comments
 (0)