From 92da2340494ca80ee569572cff49217a6a8ff86d Mon Sep 17 00:00:00 2001 From: Josh Edney Date: Mon, 25 Nov 2024 15:36:51 +0000 Subject: [PATCH] move ios test to bb\ --- .buildkite/pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index ad31cc6f..23c7e98e 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -37,11 +37,11 @@ steps: NODE_VERSION: "18.18" artifact_paths: - build/output.ipa - - output/bb_ipa_url.txt + - build/bb_ipa_url.txt commands: - bundle install - features/scripts/build-ios.sh - - bundle exec upload-app --farm=bb --app=./build/output.ipa --app-id-file=./output/bb_ipa_url.txt + - bundle exec upload-app --farm=bb --app=./build/output.ipa --app-id-file=./build/bb_ipa_url.txt - label: ':runner: expo Android 12' depends_on: @@ -105,7 +105,7 @@ steps: queue: opensource plugins: artifacts#v1.9.3: - download: "output/bb_ipa_url.txt" + download: "build/bb_ipa_url.txt" upload: - "maze_output/failed/**/*" - "maze_output/metrics.csv"