Replaced date with Git hash.

This commit is contained in:
Oliver Schmidt
2014-03-18 22:40:30 +01:00
parent 01a96ece85
commit 22c63e743a
3 changed files with 19 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
GH_PAGES = ../gh-pages
all:
date +%F | zip -z cc65
echo $(TRAVIS_COMMIT) | zip -z cc65
ifdef GH_TOKEN
git clone --branch=gh-pages https://$(GH_TOKEN)@github.com/cc65/cc65.git $(GH_PAGES)
cd $(GH_PAGES) && git config user.name "Oliver Schmidt"