Skip to content

Commit

Permalink
Merge pull request #4069 from StoDevX/fastlane-dont-short-circuit
Browse files Browse the repository at this point in the history
fastlane: Don't explicitly check for 'CI'
  • Loading branch information
rye authored Sep 30, 2019
2 parents 7592579 + 07701b9 commit 409f1f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fastlane/lib/versions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ def build_number

# Copy the package.json version into the other version locations
def propagate_version(**args)
return unless ENV.key? 'CI'

version = get_package_key(key: :version)

UI.message "Propagating version: #{version}"
Expand Down

0 comments on commit 409f1f5

Please sign in to comment.