Skip to content

Commit

Permalink
Buildkite scripts can still be used.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty committed Nov 24, 2022
1 parent 83a10c3 commit 451df75
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions tools/install/installFromBuildkite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions tools/release/download_buildkite_artifacts.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@

### 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',
Expand Down

0 comments on commit 451df75

Please sign in to comment.