Automatic commit of successful build 20180405-15:47:45

This commit is contained in:
Philipp Homan yoga ubuntu 17.10 2018-04-05 15:47:45 +02:00
parent 607bb97160
commit 2bfbc671d8
1 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,8 @@ PROJ = org-mode-poster
#####################################
# Output directory
BUILDID=$(shell date +%Y%m%d-%H:%M:%S)
# Source directory
SRC = src
@ -80,7 +82,7 @@ git: all
git add README*
git add ext/*
git add Makefile
git commit -m "Regular commit"
git commit -m "Automatic commit of successful build $(BUILDID)"
git push origin master
# make poster