Skip to content

Commit

Permalink
Update fastlane to run through bundler (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphkoebraam authored May 23, 2024
1 parent 0217428 commit b2a468b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Bitrise/tag_releasing_bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ workflows:
# Use the environment FASTLANE_TAG_RELEASE_LANE if available. Otherwise, fallback to "release_from_tag"
lane=${FASTLANE_TAG_RELEASE_LANE:=release_from_tag}
fastlane $lane
bundle exec fastlane $lane
- script:
title: Clean up after failure
is_always_run: true
Expand All @@ -65,7 +65,7 @@ workflows:
- content: |-
#!/usr/bin/env bash
fastlane clean_up_release_from_tag
bundle exec fastlane clean_up_release_from_tag
- cache-push:
run_if: true
inputs:
Expand Down
2 changes: 1 addition & 1 deletion Bitrise/testing_bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ workflows:
#!/usr/bin/env bash
# Use the environment FASTLANE_LANE if available. Otherwise, fallback to "test"
lane=${FASTLANE_LANE:=test}
fastlane $lane
bundle exec fastlane $lane
- deploy-to-bitrise-io@2:
run_if: '{{enveq "CREATE_SIMULATOR_BUILD" "true"}}'
title: Deploy Simulator Build to Bitrise
Expand Down

0 comments on commit b2a468b

Please sign in to comment.