Fix conditional statement at travis build.sh file
This commit is contained in:
parent
d0a0b8b486
commit
e4c009f284
|
@ -4,7 +4,7 @@ export NODE_ENV=production;
|
||||||
|
|
||||||
if [[ -n "$TRAVIS_TAG" ]]; then
|
if [[ -n "$TRAVIS_TAG" ]]; then
|
||||||
export REACT_APP_ENV='production';
|
export REACT_APP_ENV='production';
|
||||||
elif [[ "$TRAVIS_BRANCH" == "development" ]];
|
elif [[ "$TRAVIS_BRANCH" == "development" ]]; then
|
||||||
export NODE_ENV=development;
|
export NODE_ENV=development;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue