Import SQL fixes
gitea/salix/test This commit looks good Details

This commit is contained in:
Juan Ferrer 2019-03-20 12:23:53 +01:00
parent e147f318cb
commit ca4bb9c58e
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -137,7 +137,7 @@ pipeline {
configFile(fileId: "config.${env.NODE_ENV}.ini",
variable: 'MYSQL_CONFIG')
]) {
sh 'cp $MYSQL_CONFIG db/config.$NODE_ENV.ini'
sh 'cp "$MYSQL_CONFIG" db/config.$NODE_ENV.ini'
}
sh 'db/import-changes.sh -f $NODE_ENV'