add bors conf

This commit is contained in:
Dhairya Gandhi 2019-03-29 17:45:19 +05:30
parent 438b31a138
commit a50492ab40
2 changed files with 9 additions and 0 deletions

View File

@ -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

3
bors.toml Normal file
View File

@ -0,0 +1,3 @@
status = [
"ci/gitlab/%"
]