mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
Buildkite scripts can still be used.
This commit is contained in:
parent
83a10c37a6
commit
451df7558d
2 changed files with 0 additions and 7 deletions
|
@ -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 a new issue