Browse Source

REACT_APP_BUILD_INFO update

dev
thuhole 5 years ago
parent
commit
dc105b1c94
  1. 2
      .travis.yml

2
.travis.yml

@ -10,4 +10,4 @@ after_success:
- git config --global user.email "[email protected]"
- git remote rm origin
- git remote add origin https://thuhole:${GH_TOKEN}@github.com/thuhole/webhole.git
- CI=false REACT_APP_BUILD_INFO=$(TZ=Asia/Shanghai date +"%y%m%d%H%M%S") npm run deploy
- CI=false REACT_APP_BUILD_INFO=$(printf "Travis%s" "$(TZ=Asia/Shanghai date +"%y%m%d%H%M%S")") npm run deploy

Loading…
Cancel
Save