The target deb name has _all.deb
prefix.
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
85febac2ae
commit
bfb4b78172
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ steps:
|
|||
- export TAG_ARCHIVE="platypush-$VERSION.tar.gz"
|
||||
- export GIT_VERSION="$VERSION.r$(git log --pretty=oneline HEAD...v$VERSION | wc -l).$HEAD"
|
||||
- export GIT_BUILD_DIR="$WORKDIR/$${GIT_PKG_NAME}_$${GIT_VERSION}_all"
|
||||
- export GIT_DEB="$WORKDIR/$${GIT_PKG_NAME}_$${GIT_VERSION}.deb"
|
||||
- export GIT_DEB="$WORKDIR/$${GIT_PKG_NAME}_$${GIT_VERSION}_all.deb"
|
||||
|
||||
- echo "--- Building git package"
|
||||
- pip install --prefix="$GIT_BUILD_DIR" --no-cache --no-deps .
|
||||
|
|
Loading…
Reference in a new issue