Skip to content

Commit 12a797f

Browse files
committed
Buildkite scripts can still be used.
1 parent f752146 commit 12a797f

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

tools/install/installFromBuildkite.sh

-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
# Exit on any error
44
set -e
55

6-
echo "Sorry, this script needs to be updated to download APKs from GitHub action. Buildkite is not building APKs anymore."
7-
exit 1
8-
96
if [[ "$#" -ne 1 ]]; then
107
echo "Usage: $0 BUILDKITE_TOKEN" >&2
118
exit 1

tools/release/download_buildkite_artifacts.py

-4
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@
3131

3232
### Arguments
3333

34-
print("Sorry, this script needs to be updated to download APKs from GitHub action. Buildkite is not building APKs anymore.")
35-
exit(1)
36-
37-
3834
parser = argparse.ArgumentParser(description='Download artifacts from Buildkite.')
3935
parser.add_argument('-t',
4036
'--token',

0 commit comments

Comments
 (0)