git ssb

0+

Grey the earthling / gkn.me.uk



Commit dae1dfcda771c0c96ea2216192d41b8d4f14f146

build.sh: pull before pushing

just in case
Greg K Nicholson committed on 2/25/2018, 11:34:34 PM
Parent: c0a161295a9ae9579fb2e5393a348c3b75f882ca

Files changed

build.shchanged
build.shView
@@ -14,7 +14,8 @@
1414 git checkout develop && \
1515 git merge master && \
1616 git merge --ff-only master && \
1717 git checkout master && \
18 + git pull && \
1819 git push && \
1920 pelican && \
2021 git checkout develop

Built with git-ssb-web