1
0
Fork 0
mirror of https://github.com/Findus23/la-tools.git synced 2024-08-27 19:52:15 +02:00

Tags werden synchronisiert

This commit is contained in:
Findus23 2014-02-24 19:13:32 +01:00
parent eb242a5f84
commit 1a11ecd7fd

View file

@ -1,5 +1,5 @@
#!/bin/bash
git pull origin master
git pull origin master --tags
version_tag=$(git tag | sort -V |tail -1)
version_local=$(cat version.txt)
if [ ! -f "version.txt" ] || [ ! "$version_local" = "$version_tag" ]