Merge pull request #1413 from gnosis/tweak-production-travis-build

Backmerge v2.12.1 with travis fix
This commit is contained in:
Daniel Sanchez 2020-09-29 18:43:40 +02:00 committed by GitHub
commit 296a6f62a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -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": {