Closed andreschab90 closed 5 years ago
I pushed a fix here: https://github.com/TestArmada/flank/issues/531
Bintray is down which is breaking all the builds. You can test locally with these commands:
git clone --recursive https://github.com/TestArmada/flank.git
cd test_runner/
./gradlew clean build fatJar
java -jar ./build/libs/flank-*.jar android run
Let me know if that resolves the issue.
./gradlew clean build fatJar
-> failed because tests were failing
-> i can also wait until it's pushed to the snapshot
works with snapshot version
Exception in thread "main" picocli.CommandLine$ExecutionException: Error while running command (ftl.cli.firebase.test.android.AndroidRunCommand@70efb718): com.google.cloud.storage.StorageException: xxx@yyy.com does not have storage.buckets.list access to project 1234.
Caused by: com.google.api.client.googleapis.json.GoogleJsonResponseException: 403 Forbidden { "code" : 403, "errors" : [ { "domain" : "global", "message" : "xxx@yyy.com does not have storage.buckets.list access to project 1234.", "reason" : "forbidden" } ], "message" : "xxx@yyy.com does not have storage.buckets.list access to project 1234." }
old yaml config
new yaml config