Try build image in ci
This commit is contained in:
parent
4f67ba3c23
commit
8d49e4d6cf
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
- buildjar
|
- builder
|
||||||
- buildimage
|
- buildimage
|
||||||
# - publish
|
# - publish
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ test:
|
||||||
script:
|
script:
|
||||||
- ./gradlew test
|
- ./gradlew test
|
||||||
|
|
||||||
buildjar:
|
builder:
|
||||||
<<: *img
|
<<: *img
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue