Browse Source

Makefile: update upload target.

For ccan core maintainers only, but useful.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Rusty Russell 10 years ago
parent
commit
6066019061
1 changed files with 1 additions and 2 deletions
  1. 1 2
      Makefile-web

+ 1 - 2
Makefile-web

@@ -11,8 +11,7 @@ JUNKBALLS=$(JUNKDIRS:%=$(WEBDIR)/%.tar.bz2)
 PRETTIFY=$(WEBDIR)/prettify/src/run_prettify.js $(WEBDIR)/prettify/src/prettify.css
 
 upload: fastcheck modcheck
-	git push origin HEAD:master
-	git push github HEAD:master
+	git push HEAD:master
 
 # Check MODS list in Makefile-ccan matches modules we find.
 modcheck: