We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a48db8 commit 663abdbCopy full SHA for 663abdb
1 file changed
.gitlab-ci.yml
@@ -12,16 +12,19 @@ test-code-8:
12
stage: test
13
script:
14
- "apply_overlay bc-java ./"
15
+ - "sh gettestdata.sh"
16
- ". cienv-8.sh; \ gradle -stacktrace clean build;"
17
18
test-code-11:
19
20
21
22
23
- ". cienv-11.sh; \ gradle -stacktrace clean build;"
24
25
test-code-17:
26
27
28
29
30
- ". cienv-17.sh; \ gradle -stacktrace clean build;"
0 commit comments