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:
commit
4536972175
|
@ -16,9 +16,11 @@ matrix:
|
||||||
- env:
|
- env:
|
||||||
- REACT_APP_NETWORK='mainnet'
|
- REACT_APP_NETWORK='mainnet'
|
||||||
- STAGING_BUCKET_NAME=${STAGING_MAINNET_BUCKET_NAME}
|
- 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
|
if: (branch = master AND NOT type = pull_request) OR tag IS present
|
||||||
- env:
|
- env:
|
||||||
- REACT_APP_NETWORK='rinkeby'
|
- REACT_APP_NETWORK='rinkeby'
|
||||||
|
- REACT_APP_GNOSIS_APPS_URL=${REACT_APP_GNOSIS_APPS_URL_STAGING}
|
||||||
before_install:
|
before_install:
|
||||||
# Needed to deploy pull request and releases
|
# Needed to deploy pull request and releases
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
|
|
Loading…
Reference in New Issue