forked from meissa/ModeratorElection
Further try to run gitlab-ci
This commit is contained in:
parent
162b44c01f
commit
4df3ef23ba
1 changed files with 8 additions and 7 deletions
|
@ -48,6 +48,14 @@ stages:
|
|||
when: never
|
||||
- if: '$CI_COMMIT_TAG =~ /^[0-9]+\.[0-9]+\.[0-9]+$/'
|
||||
|
||||
build-image:
|
||||
<<: *img
|
||||
#<<: *tag_only
|
||||
stage: build
|
||||
script:
|
||||
- apk add --no-cache openjdk-17-jdk
|
||||
- pyb image
|
||||
|
||||
test:
|
||||
<<: *img
|
||||
#<<: *tag_only
|
||||
|
@ -55,13 +63,6 @@ test:
|
|||
script:
|
||||
- pyb test
|
||||
|
||||
build-image:
|
||||
<<: *img
|
||||
<<: *tag_only
|
||||
stage: build
|
||||
script:
|
||||
- pyb image
|
||||
|
||||
#test-clj:
|
||||
# <<: *clj
|
||||
# stage: build_and_test
|
||||
|
|
Loading…
Reference in a new issue