mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
5 lines
238 B
Bash
Executable file
5 lines
238 B
Bash
Executable file
#!/bin/bash
|
|
echo "STABLE_GIT_COMMIT $(git rev-parse --short HEAD)"
|
|
echo "STABLE_GIT_BRANCH $(git rev-parse --abbrev-ref HEAD)"
|
|
echo "STABLE_URL_SAFE_TAG $(git rev-parse --abbrev-ref HEAD | tr '/' '-')"
|
|
echo "BUILD_DATE $(date -Iseconds)"
|