Switch to new vagrant image and update ccp-pull

This commit is contained in:
Aleksandr Didenko
2016-06-30 11:53:54 +02:00
parent 7dcc7c31f6
commit f304dd4cf3
3 changed files with 13 additions and 9 deletions

View File

@@ -51,9 +51,9 @@ cleanup() {
fetch_mcp() {
git clone "${PROTO}review.fuel-infra.org:29418/nextgen/microservices"
pushd microservices
git review -d 22660
popd
# pushd microservices
# git review -d 22660
# popd
}
fetch_repos() {
@@ -86,6 +86,7 @@ fetch_app_def() {
cleanup
fetch_mcp
fetch_repos
#fetch_app_def
echo "Microservices pull is complete"