mirror of
https://github.com/kanaka/mal.git
synced 2024-11-23 12:14:45 +03:00
78d6dabcaf
Get a voom style git hash of the impl Dockerfile and use that as the testing docker image version (rather than blank which implies "latest").
4 lines
163 B
Bash
Executable File
4 lines
163 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
echo $(TZ=UTC git log -1 --pretty=%ad-g%h --date=format-local:"%Y%m%d_%H%M%S" -- "$@")$(test -z "$(git status --short -- "$@")" || echo _DIRTY)
|