From 6c1b8d491dc293835c5500d2b9e0616269efd172 Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Wed, 3 Sep 2014 17:07:51 +0200 Subject: [PATCH] MT#8773 [CARRIER] fix commit 4352ad9f don't use no-sync-db on push Change-Id: I585fb18ab5ab64da8a7eceb47e4ffea1d8816354 --- deployment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment.sh b/deployment.sh index 652f15f..0e0eaa7 100755 --- a/deployment.sh +++ b/deployment.sh @@ -1557,7 +1557,7 @@ EOT if chroot $TARGET grep -q -- --no-db-sync /usr/sbin/ngcpcfg ; then chroot $TARGET ngcpcfg --no-db-sync commit 'get network|config|constants yaml [via deployment process]' chroot $TARGET ngcpcfg build --no-db-sync - chroot $TARGET ngcpcfg push --no-db-sync --shared-only + chroot $TARGET ngcpcfg push --shared-only else chroot $TARGET ngcpcfg commit 'get network|config|constants yaml [via deployment process]' chroot $TARGET ngcpcfg build