New patch version with travis release tweak

This commit is contained in:
Daniel Sanchez 2020-09-29 17:14:30 +02:00
parent 21bd4a2eb7
commit 8057ebfbae
2 changed files with 3 additions and 4 deletions

View File

@ -8,9 +8,6 @@ os:
- linux - linux
matrix: matrix:
include: include:
- env:
- REACT_APP_ENV='production'
if: tag IS present
- env: - env:
- REACT_APP_NETWORK='mainnet' - REACT_APP_NETWORK='mainnet'
- STAGING_BUCKET_NAME=${STAGING_MAINNET_BUCKET_NAME} - STAGING_BUCKET_NAME=${STAGING_MAINNET_BUCKET_NAME}
@ -21,6 +18,8 @@ matrix:
- REACT_APP_GNOSIS_APPS_URL=${REACT_APP_GNOSIS_APPS_URL_STAGING} - REACT_APP_GNOSIS_APPS_URL=${REACT_APP_GNOSIS_APPS_URL_STAGING}
cache: cache:
yarn: true yarn: true
before_script:
- if [[ -n "$TRAVIS_TAG" ]]; then export REACT_APP_ENV='production'; fi;
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

View File

@ -1,6 +1,6 @@
{ {
"name": "safe-react", "name": "safe-react",
"version": "2.12.0", "version": "2.12.1",
"description": "Allowing crypto users manage funds in a safer way", "description": "Allowing crypto users manage funds in a safer way",
"website": "https://github.com/gnosis/safe-react#readme", "website": "https://github.com/gnosis/safe-react#readme",
"bugs": { "bugs": {