Skip to content
This repository has been archived by the owner on Sep 4, 2018. It is now read-only.

Commit

Permalink
move push to a better place
Browse files Browse the repository at this point in the history
  • Loading branch information
Marin Usalj committed Mar 11, 2015
1 parent a529ace commit 2369048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -26,7 +26,6 @@ test:
# Merge changes into deploy branch
push_deploy_branch:
git fetch origin
git push origin master
ifeq ($(shell git diff origin/master..master),)
git checkout deploy
git reset --hard origin/master
Expand Down Expand Up @@ -55,6 +54,7 @@ github_release:
version: update_install_url
- git tag $(VERSION)
- git commit -am "updated install script for version $(VERSION)"
- git push origin master

update_install_url:
sed -i '' -e 's/[.0-9]\{3,5\}/${VERSION}/' Scripts/install.sh
Expand Down

0 comments on commit 2369048

Please sign in to comment.