Buildkite scripts can still be used.
This commit is contained in:
parent
83a10c37a6
commit
451df7558d
|
@ -3,9 +3,6 @@
|
||||||
# Exit on any error
|
# Exit on any error
|
||||||
set -e
|
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
|
if [[ "$#" -ne 1 ]]; then
|
||||||
echo "Usage: $0 BUILDKITE_TOKEN" >&2
|
echo "Usage: $0 BUILDKITE_TOKEN" >&2
|
||||||
exit 1
|
exit 1
|
||||||
|
|
|
@ -31,10 +31,6 @@ PIPELINE_SLUG = "element-android"
|
||||||
|
|
||||||
### Arguments
|
### 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 = argparse.ArgumentParser(description='Download artifacts from Buildkite.')
|
||||||
parser.add_argument('-t',
|
parser.add_argument('-t',
|
||||||
'--token',
|
'--token',
|
||||||
|
|
Loading…
Reference in New Issue