Buildkite scripts can still be used.
This commit is contained in:
parent
83a10c37a6
commit
451df7558d
|
@ -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
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue