fix test and deploy stages
This commit is contained in:
parent
0b8cf633ee
commit
5871e1b152
1 changed files with 7 additions and 2 deletions
|
|
@ -17,8 +17,13 @@ compile:
|
|||
|
||||
tests:
|
||||
stage: test
|
||||
script: "./gradlew test"
|
||||
script:
|
||||
- "./certs-gen.sh"
|
||||
- "./gradlew test"
|
||||
|
||||
package:
|
||||
stage: deploy
|
||||
script: "./package.sh"
|
||||
script:
|
||||
- "./certs-gen.sh"
|
||||
- "./gradlew build"
|
||||
- "./package.sh"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue