From 4ed14c153d6abb61ed08aa46ac559c666aed1d14 Mon Sep 17 00:00:00 2001 From: Alessio Coser Date: Wed, 29 Jan 2020 10:10:59 +0100 Subject: [PATCH] uncomment deploy extensions --- scripts/sync_versions.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/scripts/sync_versions.sh b/scripts/sync_versions.sh index 36d2d03..00bd861 100755 --- a/scripts/sync_versions.sh +++ b/scripts/sync_versions.sh @@ -16,9 +16,10 @@ do ( cd ${folder} echo "deploy: $(pwd)" -# git stash -# git pull --rebase -# ./${SCRIPT_NAME} ${TAG} -# git stash pop + git stash + git pull --rebase + git pull --tags + ./${SCRIPT_NAME} ${TAG} + git stash pop ) done \ No newline at end of file