Merge pull request #1413 from gnosis/tweak-production-travis-build
Backmerge v2.12.1 with travis fix
This commit is contained in:
commit
296a6f62a1
|
@ -8,9 +8,6 @@ os:
|
|||
- linux
|
||||
matrix:
|
||||
include:
|
||||
- env:
|
||||
- REACT_APP_ENV='production'
|
||||
if: tag IS present
|
||||
- env:
|
||||
- REACT_APP_NETWORK='mainnet'
|
||||
- STAGING_BUCKET_NAME=${STAGING_MAINNET_BUCKET_NAME}
|
||||
|
@ -21,6 +18,8 @@ matrix:
|
|||
- REACT_APP_GNOSIS_APPS_URL=${REACT_APP_GNOSIS_APPS_URL_STAGING}
|
||||
cache:
|
||||
yarn: true
|
||||
before_script:
|
||||
- if [[ -n "$TRAVIS_TAG" ]]; then export REACT_APP_ENV='production'; fi;
|
||||
before_install:
|
||||
# Needed to deploy pull request and releases
|
||||
- sudo apt-get update
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "safe-react",
|
||||
"version": "2.12.0",
|
||||
"version": "2.12.1",
|
||||
"description": "Allowing crypto users manage funds in a safer way",
|
||||
"website": "https://github.com/gnosis/safe-react#readme",
|
||||
"bugs": {
|
||||
|
|
Loading…
Reference in New Issue