Merge pull request #837 from gnosis/feature/update-ci

Handle REACT_APP_GNOSIS_APPS_URL env variable on Travis CI configuration
This commit is contained in:
Mikhail Mikheev 2020-04-29 12:50:59 +04:00 committed by GitHub
commit 4536972175
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -16,9 +16,11 @@ matrix:
- env:
- REACT_APP_NETWORK='mainnet'
- STAGING_BUCKET_NAME=${STAGING_MAINNET_BUCKET_NAME}
- REACT_APP_GNOSIS_APPS_URL=${REACT_APP_GNOSIS_APPS_URL_PROD}
if: (branch = master AND NOT type = pull_request) OR tag IS present
- env:
- REACT_APP_NETWORK='rinkeby'
- REACT_APP_GNOSIS_APPS_URL=${REACT_APP_GNOSIS_APPS_URL_STAGING}
before_install:
# Needed to deploy pull request and releases
- sudo apt-get update