remove branch restrictions
This commit is contained in:
parent
b8d872d842
commit
37fe91d54d
|
@ -22,22 +22,13 @@ test:v1.0:
|
|||
extends: .flux
|
||||
variables:
|
||||
CI_VERSION_TAG: 'v1.0'
|
||||
only:
|
||||
- staging
|
||||
- trying
|
||||
|
||||
test:v1.1:
|
||||
extends: .flux
|
||||
variables:
|
||||
CI_VERSION_TAG: 'v1.1'
|
||||
only:
|
||||
- staging
|
||||
- trying
|
||||
|
||||
test:v1.2:
|
||||
extends: .flux
|
||||
variables:
|
||||
CI_VERSION_TAG: 'v1.2'
|
||||
only:
|
||||
- staging
|
||||
- trying
|
||||
|
|
Loading…
Reference in New Issue