]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
fab: remove push rule
authorVincent Bernat <vincent@bernat.im>
Tue, 21 Nov 2017 14:28:00 +0000 (15:28 +0100)
committerVincent Bernat <vincent@bernat.im>
Tue, 21 Nov 2017 14:28:00 +0000 (15:28 +0100)
The trick is to use a different worktree.

fabfile.py

index 7d25fb58c2bf41113c89bb6a1b0b2d1a66808f94..f5c93006212281ff233f4231a990687899bdce1f 100644 (file)
@@ -69,8 +69,3 @@ def build():
                 local('git push origin')
     finally:
         shutil.rmtree(tempdir)
-
-def push():
-    """Push production content to remote locations"""
-    local("git push origin gh-pages")
-    local("git push origin website")