ci: add build stamping

This commit is contained in:
41666 2020-09-22 23:23:02 -04:00
parent 54a8739afd
commit ff27f1080b
4 changed files with 20 additions and 15 deletions

4
hack/workspace_status.sh Executable file
View file

@ -0,0 +1,4 @@
#!/bin/bash
echo "STABLE_GIT_COMMIT $(git rev-parse --short HEAD)"
echo "STABLE_GIT_BRANCH $(git rev-parse --abbrev-ref HEAD)"
echo "BUILD_DATE $(date -Iseconds)"