Skip to content

Commit

Permalink
Issue #5: MAJ des commandes Git pour récupérer correctement les tags
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceFox committed Jul 12, 2014
1 parent d8f2067 commit 6555100
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ fi
cd /opt/zdsenv/ZesteDeSavoir/

# Switch to new tag
git fetch --tags
# Server has git < 1.9, git fetch --tags doesn't retrieve commits...
git fetch
# -b is required to have version data in footer
git checkout -b $1
Expand Down

0 comments on commit 6555100

Please sign in to comment.