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:
|
test:
|
||||||
|
<<: *tag_only
|
||||||
stage: test
|
stage: test
|
||||||
image: docker:24.0.5
|
image: docker:24.0.5
|
||||||
services:
|
services:
|
||||||
|
@ -72,6 +73,7 @@ test:
|
||||||
|
|
||||||
package:
|
package:
|
||||||
<<: *kotlin
|
<<: *kotlin
|
||||||
|
<<: *tag_only
|
||||||
stage: package
|
stage: package
|
||||||
script:
|
script:
|
||||||
- pyb package
|
- pyb package
|
||||||
|
|
Loading…
Add table
Reference in a new issue