forked from platypush/platypush
Always rebase on pull in .drone.yml.
This commit is contained in:
parent
82ef928d5b
commit
6ee064cb89
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ steps:
|
|||
|
||||
- echo "--- Parsing metadata"
|
||||
- git config --global --add safe.directory $PWD
|
||||
- git pull origin master --tags
|
||||
- git pull --rebase origin master --tags
|
||||
- export VERSION=$(python setup.py --version)
|
||||
- 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"
|
||||
|
|
Loading…
Reference in a new issue