1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Merge pull request #5750

Maxim Biro (2):
      chore(travis): update CIRP to v0.2.0a3
      fix(travis): fix latest nightly release not updating sometimes
This commit is contained in:
sudden6 2019-07-24 16:11:34 +02:00
commit 56af9c0be2
No known key found for this signature in database
GPG Key ID: 279509B499E032B9
2 changed files with 3 additions and 2 deletions

View File

@ -53,9 +53,9 @@ if ! pip list --format=columns | grep '^ci-release-publisher '
then
cd .
cd "$(mktemp -d)"
VERSION="0.1.0"
VERSION="0.2.0a3"
FILENAME="ci_release_publisher-$VERSION-py3-none-any.whl"
HASH="384bd9e2b0dd344381c01948e567bb26151636d6fd9b70fc58ef94aeb6be9466"
HASH="399d0c645ea115d72c646c87e3b4094af04018c5bcb6a95abed4c09cdeec8bd3"
pip download ci_release_publisher==$VERSION
check_sha256 "$HASH" "$FILENAME"
pip install --no-index --find-links "$PWD" "$FILENAME"

View File

@ -24,6 +24,7 @@ ARTIFACTS_DIR="$1"
ci-release-publisher publish --latest-release \
--latest-release-prerelease \
--latest-release-check-event-type cron \
--numbered-release \
--numbered-release-keep-count 3 \
--numbered-release-prerelease \