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