diff options
Diffstat (limited to '_scripts/repoinfo')
-rwxr-xr-x | _scripts/repoinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_scripts/repoinfo b/_scripts/repoinfo index b413e6e..bce0fa7 100755 --- a/_scripts/repoinfo +++ b/_scripts/repoinfo @@ -3,6 +3,6 @@ export LANG=C cat << EOF commit: $(git rev-parse HEAD) slug: $(git describe --always --dirty='*' --abbrev) -build_date: $(date -Idate) +build_date: '$(date +'@%s')' EOF |