We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5cb424a + 4f4ccec commit abdc9a2Copy full SHA for abdc9a2
.gitlab-ci.yml
@@ -13,6 +13,10 @@ tests:
13
- mvn test compile
14
only:
15
- merge_requests
16
+ tags:
17
+ - integration-tests
18
+ - node
19
+ - wavesenterprise
20
21
tests&build_for_maven_central:
22
stage: deploy
@@ -26,6 +30,10 @@ tests&build_for_maven_central:
26
30
- mvn clean deploy -DperformRelease=true
27
31
28
32
- master
33
34
35
36
29
37
38
tests&build:
39
script:
@@ -38,4 +46,8 @@ tests&build:
46
- /^.*rc.*$/
47
- /^.*release.*$/
40
48
- /^.*hotfix.*$/
49
50
51
52
41
53
0 commit comments