mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
11 lines
288 B
Bash
Executable File
11 lines
288 B
Bash
Executable File
#!/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-job previous-finished-builds \
|
|
--release complete incomplete
|