Uses dev branch for e2e testing on all feature branches
This commit is contained in:
parent
e16ea33cb5
commit
70caa2a819
|
@ -13,7 +13,9 @@ services:
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- |
|
- |
|
||||||
if [[ $TRAVIS_BRANCH =~ ^(dev|testing|demo|training|staging|rrt\/.*)$ ]]; then
|
if [[ $TRAVIS_BRANCH =~ ^(feature\/.*)$ ]]; then
|
||||||
|
export E2E_TAG="dev"
|
||||||
|
elif [[ $TRAVIS_BRANCH =~ ^(dev|testing|demo|training|staging|rrt\/.*)$ ]]; then
|
||||||
export E2E_TAG="${TRAVIS_BRANCH//\//_}"
|
export E2E_TAG="${TRAVIS_BRANCH//\//_}"
|
||||||
else
|
else
|
||||||
export E2E_TAG="latest"
|
export E2E_TAG="latest"
|
||||||
|
|
Loading…
Reference in New Issue