Skip to content
This repository has been archived by the owner on Feb 19, 2019. It is now read-only.

Commit

Permalink
Remove push to bitbucket
Browse files Browse the repository at this point in the history
  • Loading branch information
56quarters committed Sep 5, 2015
1 parent 3d4b6ec commit 55edcfd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fabfile/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,13 @@ def push():
"""Push locally committed changes to remote repos."""
local('git push origin')
local('git push github')
local('git push bitbucket')


@task
def push_tags():
"""Push local tags to remote repos."""
local('git push --tags origin')
local('git push --tags github')
local('git push --tags bitbucket')


@task
Expand Down

0 comments on commit 55edcfd

Please sign in to comment.