Skip to content

Commit

Permalink
Corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Kirkland committed Oct 31, 2024
1 parent 77874ad commit d30d922
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ steps:
- "--farm=bs"
- "--device=IOS_16"
- "--fail-fast"
- "features/barebone_tests.feature"
- "features/release/barebone_tests.feature"
image-repository: 855461928731.dkr.ecr.us-west-1.amazonaws.com/maze-runner
cache-from:
- cli:855461928731.dkr.ecr.us-west-1.amazonaws.com/maze-runner:${BRANCH_NAME}-cli
Expand Down Expand Up @@ -373,7 +373,7 @@ steps:
- "push-branch-cli"
plugins:
artifacts#v1.9.0:
download: "bugsnag-cocoa/features/fixtures/ios/output/iOSTestApp.ipa"
download: "bugsnag-cocoa/features/fixtures/ios/output/iOSTestApp_Release.ipa"
upload: "bugsnag-cocoa/maze_output/**/*"
docker-compose#v4.14.0:
pull: appium-test-bb
Expand All @@ -384,13 +384,13 @@ steps:
- "./bugsnag-cocoa/maze_output:/app/maze_output"
service-ports: true
command:
- "--app=features/fixtures/ios/output/iOSTestApp.ipa"
- "--app=features/fixtures/ios/output/iOSTestApp_Release.ipa"
- "--farm=bb"
- "--device=IOS_14|IOS_15|IOS_16"
- "--fail-fast"
- "--no-tunnel"
- "--aws-public-ip"
- "features/barebone_tests.feature"
- "features/release/barebone_tests.feature"
image-repository: 855461928731.dkr.ecr.us-west-1.amazonaws.com/maze-runner
cache-from:
- cli:855461928731.dkr.ecr.us-west-1.amazonaws.com/maze-runner:${BRANCH_NAME}-cli
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 9.16.0 - 2024-10-31
# 9.16.0 - 2024-11-01

## Enhancements

Expand Down

0 comments on commit d30d922

Please sign in to comment.