remove branch restrictions

This commit is contained in:
Dhairya Gandhi 2019-09-18 12:05:31 +05:30
parent b8d872d842
commit 37fe91d54d
1 changed files with 0 additions and 9 deletions

View File

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