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