1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-01 00:08:27 +01:00

Start pushing docker images to internal docker registry

This commit is contained in:
Gard Rimestad 2015-06-22 15:34:24 +02:00
parent 46399a9c34
commit bee7b425a8

View File

@ -21,7 +21,7 @@
}
]
},
{ "command" : "docker build -t cloudadmin/unleash-server ." },
{ "command" : "docker build -t finntech/unleash-server:$FINNBUILD_RANDOM_HASH . && docker push finntech/unleash-server:$FINNBUILD_RANDOM_HASH" },
{ "command" : "rm -rf sql && mkdir sql" },
{ "command" : "scripts/generate-liquibase-artifact.js > sql/db.changelog-master.xml"},
{ "command" : "jar -cf unleash-db.jar sql"},
@ -38,7 +38,7 @@
],
"default": [
{"command": "npm install && npm run pg-virtualenv-test"},
{"command" : "docker build -t cloudadmin/unleash-server ." },
{"command" : "docker build -t finntech/unleash-server:$FINNBUILD_RANDOM_HASH ." },
]
}