add bors conf
This commit is contained in:
parent
438b31a138
commit
a50492ab40
|
@ -21,8 +21,14 @@ 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
|
||||||
|
|
Loading…
Reference in New Issue