Skip to content

Commit

Permalink
Remove requirement for publish to be from master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Bakken committed May 31, 2016
1 parent b3b3955 commit a4e06e5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build/publish
Original file line number Diff line number Diff line change
Expand Up @@ -168,11 +168,6 @@ fi

declare -r current_branch="$(git rev-parse --abbrev-ref HEAD)"

if [[ $debug == 'false' && $is_prerelease == 'false' && $current_branch != 'master' ]]
then
errexit 'publish must be run on master branch'
fi

declare -r github_api_key_file="$HOME/.ghapi"
if [[ ! -s $github_api_key_file ]]
then
Expand Down

0 comments on commit a4e06e5

Please sign in to comment.