Skip to content

Commit

Permalink
Reinstate ensure_git_branch master
Browse files Browse the repository at this point in the history
  • Loading branch information
Janaka-Steph committed Jul 31, 2023
1 parent 3740a30 commit c3915bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ end

desc 'Various checks for git branch'
lane :git_check do
# ensure_git_branch
ensure_git_branch(branch: 'master')
ensure_git_status_clean
git_pull
end

0 comments on commit c3915bb

Please sign in to comment.