test in pipeline only for tags
This commit is contained in:
parent
58ff04fb35
commit
b14327efc6
1 changed files with 2 additions and 0 deletions
|
@ -45,6 +45,7 @@ variables:
|
|||
|
||||
|
||||
test:
|
||||
<<: *tag_only
|
||||
stage: test
|
||||
image: docker:24.0.5
|
||||
services:
|
||||
|
@ -72,6 +73,7 @@ test:
|
|||
|
||||
package:
|
||||
<<: *kotlin
|
||||
<<: *tag_only
|
||||
stage: package
|
||||
script:
|
||||
- pyb package
|
||||
|
|
Loading…
Reference in a new issue