Skip to content

Commit

Permalink
uncomment deploy extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessio Coser committed Jan 29, 2020
1 parent 42b9842 commit 4ed14c1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions scripts/sync_versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4ed14c1

Please sign in to comment.