Merge branch 'dev' into rrt/dev

This commit is contained in:
Aaron Louie 2020-05-18 13:59:17 -04:00
commit 57245ea781
1 changed files with 3 additions and 3 deletions

View File

@ -16,12 +16,12 @@ services:
before_install: before_install:
- | - |
branches=('dev' 'testing' 'demo' 'training' 'staging') if [[ $TRAVIS_BRANCH =~ ^(dev|testing|demo|training|staging|rrt\/.*)$ ]]; then
if [[ " ${arr[@]} " =~ " ${TRAVIS_BRANCH} " ]]; then export E2E_TAG="${TRAVIS_BRANCH//\//_}"
export E2E_TAG="$TRAVIS_BRANCH"
else else
export E2E_TAG="latest" export E2E_TAG="latest"
fi fi
echo "E2E_TAG = $E2E_TAG"
install: install:
- npm install - npm install