Skip to content

Commit

Permalink
[316] Set project build number from CI in bitrise workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarss authored and ducnimble committed Apr 19, 2023
1 parent 91aa28d commit 6990294
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ workflows:
- [email protected]: {}
- cache-pull@2: {}
- cocoapods-install@2: {}
- set-xcode-build-number@1:
inputs:
- plist_path: Project/$BITRISE_SCHEME/Configurations/Plists/Info.plist
- [email protected]: {}
- fastlane-match@0:
inputs:
Expand Down Expand Up @@ -75,6 +78,9 @@ workflows:
- [email protected]: {}
- cache-pull@2: {}
- cocoapods-install@2: {}
- set-xcode-build-number@1:
inputs:
- plist_path: Project/$BITRISE_SCHEME/Configurations/Plists/Info.plist
- [email protected]: {}
- fastlane-match@0:
inputs:
Expand Down Expand Up @@ -120,6 +126,9 @@ workflows:
- [email protected]: {}
- cache-pull@2: {}
- cocoapods-install@2: {}
- set-xcode-build-number@1:
inputs:
- plist_path: Project/$BITRISE_SCHEME/Configurations/Plists/Info.plist
- [email protected]: {}
- fastlane-match@0:
inputs:
Expand Down

0 comments on commit 6990294

Please sign in to comment.