Buildkite scripts can still be used.

This commit is contained in:
Benoit Marty 2022-11-16 17:41:41 +01:00 committed by Benoit Marty
parent 83a10c37a6
commit 451df7558d
2 changed files with 0 additions and 7 deletions

View file

@ -3,9 +3,6 @@
# Exit on any error
set -e
echo "Sorry, this script needs to be updated to download APKs from GitHub action. Buildkite is not building APKs anymore."
exit 1
if [[ "$#" -ne 1 ]]; then
echo "Usage: $0 BUILDKITE_TOKEN" >&2
exit 1

View file

@ -31,10 +31,6 @@ PIPELINE_SLUG = "element-android"
### Arguments
print("Sorry, this script needs to be updated to download APKs from GitHub action. Buildkite is not building APKs anymore.")
exit(1)
parser = argparse.ArgumentParser(description='Download artifacts from Buildkite.')
parser.add_argument('-t',
'--token',