mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
11 lines
290 B
Bash
11 lines
290 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -euo pipefail
|
||
|
|
||
|
. .travis/cirp/check_precondition.sh
|
||
|
. .travis/cirp/install.sh
|
||
|
|
||
|
ci-release-publisher cleanup_publish
|
||
|
ci-release-publisher cleanup_store --scope current-build previous-finished-builds \
|
||
|
--release complete incomplete
|