MT#8773 [CARRIER] fix commit 4352ad9f don't use no-sync-db on push

Change-Id: I585fb18ab5ab64da8a7eceb47e4ffea1d8816354
changes/95/195/1
Victor Seva 12 years ago
parent 4352ad9f46
commit 6c1b8d491d

@ -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

Loading…
Cancel
Save