forked from platypush/platypush
Remote and branch should be specified in git pull --tags
This commit is contained in:
parent
f9c74a3c98
commit
063697c824
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ steps:
|
||||||
|
|
||||||
- echo "--- Parsing metadata"
|
- echo "--- Parsing metadata"
|
||||||
- git config --global --add safe.directory $PWD
|
- git config --global --add safe.directory $PWD
|
||||||
- git pull --tags
|
- git pull origin master --tags
|
||||||
- export VERSION=$(python setup.py --version)
|
- export VERSION=$(python setup.py --version)
|
||||||
- export HEAD=$(git log | head -1 | awk '{printf "%.8s", $2}')
|
- export HEAD=$(git log | head -1 | awk '{printf "%.8s", $2}')
|
||||||
- export GIT_VERSION="$VERSION.r$(git log --pretty=oneline HEAD...v$VERSION | wc -l).$HEAD"
|
- export GIT_VERSION="$VERSION.r$(git log --pretty=oneline HEAD...v$VERSION | wc -l).$HEAD"
|
||||||
|
|
Loading…
Reference in a new issue