diff options
Diffstat (limited to 'build.sh')
| -rwxr-xr-x[-rw-r--r--] | build.sh | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,8 +1,13 @@ #!/bin/sh -set -x set -e -version="$(git log --format="%h %d" -1)" +LICENSE="$(cat LICENSE)" + +version="$(git log --format="%h %d" -1) +Source code can be found here: +https://git.riedstra.us/mitch/go-website.git + +$LICENSE" if ! git diff-index --quiet HEAD ; then version="dirty: $version" |
