diff --git a/.travis.yml b/.travis.yml index cd33698..2cd7a05 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,9 @@ services: 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//\//_}" else export E2E_TAG="latest"