Skip to content

Commit

Permalink
run the push command after switching the branch
Browse files Browse the repository at this point in the history
  • Loading branch information
cybersiddhu committed Mar 29, 2016
1 parent 58f2659 commit d9d8a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -37,8 +37,8 @@ create-dockerfile:
gh-release: create-dockerfile
git checkout master
git rebase develop
git push origin develop
git push origin master
git checkout develop
git push origin develop
curl -X POST -H 'Content-Type: application/gzip' -H 'Authorization: token $(ACCESS_TOKEN)' --data-binary @$(NAME) $(ASSET_URL)

0 comments on commit d9d8a2a

Please sign in to comment.