fix stages
This commit is contained in:
parent
26bb194814
commit
5a0ab5080d
@ -10,6 +10,8 @@ testLEGACY:
|
|||||||
stage: test1
|
stage: test1
|
||||||
script:
|
script:
|
||||||
- npmci test legacy
|
- npmci test legacy
|
||||||
|
only:
|
||||||
|
- tags
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
|
|
||||||
@ -17,6 +19,8 @@ testLTS:
|
|||||||
stage: test2
|
stage: test2
|
||||||
script:
|
script:
|
||||||
- npmci test lts
|
- npmci test lts
|
||||||
|
only:
|
||||||
|
- tags
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
|
|
||||||
@ -24,6 +28,8 @@ testSTABLE:
|
|||||||
stage: test3
|
stage: test3
|
||||||
script:
|
script:
|
||||||
- npmci test stable
|
- npmci test stable
|
||||||
|
only:
|
||||||
|
- tags
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user