Skip to content

Commit abdc9a2

Browse files
author
ashalaginov
committed
Merge branch 'release/1.1.2' into master
2 parents 5cb424a + 4f4ccec commit abdc9a2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.gitlab-ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ tests:
1313
- mvn test compile
1414
only:
1515
- merge_requests
16+
tags:
17+
- integration-tests
18+
- node
19+
- wavesenterprise
1620

1721
tests&build_for_maven_central:
1822
stage: deploy
@@ -26,6 +30,10 @@ tests&build_for_maven_central:
2630
- mvn clean deploy -DperformRelease=true
2731
only:
2832
- master
33+
tags:
34+
- integration-tests
35+
- node
36+
- wavesenterprise
2937

3038
tests&build:
3139
script:
@@ -38,4 +46,8 @@ tests&build:
3846
- /^.*rc.*$/
3947
- /^.*release.*$/
4048
- /^.*hotfix.*$/
49+
tags:
50+
- integration-tests
51+
- node
52+
- wavesenterprise
4153

0 commit comments

Comments
 (0)