Remove BUILD_ASSETS env

Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
This commit is contained in:
Yukai Huang 2019-08-18 10:36:34 +08:00
parent 85fc41c350
commit 3bffa18771
No known key found for this signature in database
GPG Key ID: D4D3B2F0E99D4914
2 changed files with 1 additions and 5 deletions

View File

@ -11,10 +11,6 @@
"logo": "https://github.com/hackmdio/codimd/raw/master/public/codimd-icon-1024.png",
"success_url": "/",
"env": {
"BUILD_ASSETS": {
"description": "Our build script variable",
"value": "true"
},
"NPM_CONFIG_PRODUCTION": {
"description": "Let npm also install development build tool",
"value": "false"

View File

@ -2,7 +2,7 @@
set -e
if [ "$BUILD_ASSETS" = true ]; then
if [ ! -z "$DYNO" ]; then
# setup config files
cat << EOF > .sequelizerc
var path = require('path');