From ba06d2b145e3e20468de532e77fa501cd38a72e7 Mon Sep 17 00:00:00 2001 From: Sergii Kipot Date: Thu, 3 Nov 2016 12:51:14 +0100 Subject: [PATCH] TT#4166 Add step to prepare translations Remove deprecated step with data upload Change-Id: Ie91f9542a436ac2c033e0ddda39a372b5413c058 --- deployment.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deployment.sh b/deployment.sh index 9f05880..1218f74 100755 --- a/deployment.sh +++ b/deployment.sh @@ -1662,10 +1662,10 @@ EOT # upload db dump only if we're deploying a trunk version if $TRUNK_VERSION && checkBootParam ngcpupload ; then - set_deploy_status "upload_data" + set_deploy_status "prepare_translations" grml-chroot $TARGET apt-get -y install ngcp-dev-tools - if ! grml-chroot $TARGET ngcp-dumps-upload-to-sipwise ; then - die "Error: Failed to upload dumps to sipwise. Exiting." + if ! grml-chroot $TARGET ngcp-prepare-translations ; then + die "Error: Failed to prepare ngcp-panel translations. Exiting." fi set_deploy_status "ngcp-installer" fi