1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-28 00:06:53 +01:00

Use pg_virtualenv in finnubuild

This commit is contained in:
Gard Rimestad 2014-12-15 09:41:13 +01:00
parent 95e2961d1b
commit ec4734d0f8

View File

@ -10,7 +10,7 @@
}, },
"tasks": { "tasks": {
"deploy": [ "deploy": [
{"command": "npm install && npm test && npm run build"}, {"command": "npm install && npm run pg-virtualenv-test && npm run build"},
{"command": "tar -cvzf unleash-server.tar.gz --exclude=unleash-server.tar.gz --exclude=.git *"}, {"command": "tar -cvzf unleash-server.tar.gz --exclude=unleash-server.tar.gz --exclude=.git *"},
{ {
"command": "mvn deploy:deploy-file -Durl=http://mavenproxy.finntech.no/finntech-internal-snapshot/ -DrepositoryId=finntech-internal-snapshot -Dfile=unleash-server.tar.gz -DgroupId=no.finntech.unleash -DartifactId=unleash-server -Dversion=0.1337-SNAPSHOT -Dpackaging=tar.gz", "command": "mvn deploy:deploy-file -Durl=http://mavenproxy.finntech.no/finntech-internal-snapshot/ -DrepositoryId=finntech-internal-snapshot -Dfile=unleash-server.tar.gz -DgroupId=no.finntech.unleash -DartifactId=unleash-server -Dversion=0.1337-SNAPSHOT -Dpackaging=tar.gz",
@ -36,7 +36,7 @@
], ],
"default": [ "default": [
{"command": "npm install && npm test"}, {"command": "npm install && npm run pg-virtualenv-test"},
] ]
} }