forked from platypush/platypush
Fixed Python bin path name for Debian builds.
This commit is contained in:
parent
4bb3bcff8b
commit
67d45997ed
1 changed files with 2 additions and 2 deletions
|
@ -275,7 +275,7 @@ steps:
|
|||
- echo "--- Parsing metadata"
|
||||
- git config --global --add safe.directory $PWD
|
||||
- git pull --rebase origin master --tags
|
||||
- export VERSION=$(python setup.py --version)
|
||||
- export VERSION=$(python3 setup.py --version)
|
||||
- export HEAD=$(git log --pretty=format:%h HEAD...HEAD~1)
|
||||
- export TAG_URL="https://git.platypush.tech/platypush/platypush/archive/v$VERSION.tar.gz"
|
||||
- export TAG_ARCHIVE="platypush-$VERSION.tar.gz"
|
||||
|
@ -331,7 +331,7 @@ steps:
|
|||
- echo "--- Parsing metadata"
|
||||
- git config --global --add safe.directory $PWD
|
||||
- git pull --rebase origin master --tags
|
||||
- export VERSION=$(python setup.py --version)
|
||||
- export VERSION=$(python3 setup.py --version)
|
||||
- export HEAD=$(git log --pretty=format:%h HEAD...HEAD~1)
|
||||
- export TAG_URL="https://git.platypush.tech/platypush/platypush/archive/v$VERSION.tar.gz"
|
||||
- export TAG_ARCHIVE="platypush-$VERSION.tar.gz"
|
||||
|
|
Loading…
Reference in a new issue