gh actions complete

This commit is contained in:
Craig
2020-04-19 01:12:49 +00:00
parent 6f3a7a6864
commit 98600ad5f6
4 changed files with 43 additions and 7 deletions

View File

@ -1,5 +1,7 @@
#!/bin/bash
set -ex
BUILD_TIME=`date -u +'%Y-%m-%dT%H:%M:%SZ'`
GIT_COMMIT=`git rev-parse --short HEAD`
GIT_BRANCH=`git rev-parse --symbolic-full-name --abbrev-ref HEAD`