remove master check

pull/15355/head
Alberto Romeu 5 years ago
parent 122d0ca9b9
commit 4c6a55fe2f

@ -104,7 +104,7 @@ end
ARGV << 'patch' if ARGV.empty?
help unless ARGV.count == 1
raise 'Not in master branch' unless `git rev-parse --abbrev-ref HEAD`.strip == 'master'
# raise 'Not in master branch' unless `git rev-parse --abbrev-ref HEAD`.strip == 'master'
puts 'Pulling and fetching tags...'
`git pull --tags`

Loading…
Cancel
Save