mirror of
https://github.com/nais/wonderwall.git
synced 2026-02-14 17:49:54 +00:00
build: remove unused version.sh
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
#!/bin/sh
|
||||
dirty=""
|
||||
test -z "$(git ls-files --exclude-standard --others)"
|
||||
if [ $? -ne 0 ]; then
|
||||
dirty="-dirty"
|
||||
fi
|
||||
echo $(date "+%Y-%m-%d")-$(git --no-pager log -1 --pretty=%h)${dirty}
|
||||
Reference in New Issue
Block a user