We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9ef9c1 commit d8ea670Copy full SHA for d8ea670
1 file changed
fastlane/Fastfile
@@ -983,7 +983,7 @@ def generate_installable_build_number
983
branch = ENV['BUILDKITE_BRANCH']
984
pr_num = ENV['BUILDKITE_PULL_REQUEST']
985
986
- return pr_num == 'false' ? "#{branch}-#{commit}" : "pr#{pr_number}-#{commit}"
+ return pr_num == 'false' ? "#{branch}-#{commit}" : "pr#{pr_num}-#{commit}"
987
else
988
repo = Git.open(PROJECT_ROOT_FOLDER)
989
commit = repo.current_branch
0 commit comments