Skip to content

Commit

Permalink
Adding wercker git_branch ENV variable check (fastlane#10683)
Browse files Browse the repository at this point in the history
  • Loading branch information
chibatching authored and ohayon committed Oct 24, 2017
1 parent f7758f3 commit 5c196d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/lib/fastlane/actions/git_branch.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Fastlane
module Actions
module SharedValues
GIT_BRANCH_ENV_VARS = %w(GIT_BRANCH BRANCH_NAME TRAVIS_BRANCH BITRISE_GIT_BRANCH CI_BUILD_REF_NAME CI_COMMIT_REF_NAME).freeze
GIT_BRANCH_ENV_VARS = %w(GIT_BRANCH BRANCH_NAME TRAVIS_BRANCH BITRISE_GIT_BRANCH CI_BUILD_REF_NAME CI_COMMIT_REF_NAME WERCKER_GIT_BRANCH).freeze
end

class GitBranchAction < Action
Expand Down

0 comments on commit 5c196d3

Please sign in to comment.