commit | 9ab3750dce088191a0af8f605246f81d863318c9 | [log] [tgz] |
---|---|---|
author | Tim Windelschmidt <tim@monogon.tech> | Mon Apr 03 19:05:07 2023 +0200 |
committer | Tim Windelschmidt <tim@monogon.tech> | Tue Apr 04 10:25:18 2023 +0000 |
tree | 3aebc52158a88409ea48bcf42ef89d48ea81287e | |
parent | 77b87a6eb9bdc659757ad8edae43ac1fd4b74821 [diff] [blame] |
build: allow override of IMAGE_TAG Change-Id: I23637f1c0d6d0e7cd45ad160209399cc9bf8b1a1 Reviewed-on: https://review.monogon.dev/c/monogon/+/1477 Tested-by: Jenkins CI Reviewed-by: Leopold Schabel <leo@monogon.tech>
diff --git a/build/print-workspace-status.sh b/build/print-workspace-status.sh index 07b5fd8..93fee03 100755 --- a/build/print-workspace-status.sh +++ b/build/print-workspace-status.sh
@@ -19,7 +19,7 @@ KUBERNETES_gitVersion="v1.24.2+mngn" # CI doesnt have the user set... -IMAGE_TAG=${USER:-unknown}-$(date +%s) +IMAGE_TAG=${IMAGE_TAG:-${USER:-unknown}-$(date +%s)} cat <<EOF KUBERNETES_gitCommit $(git rev-parse "HEAD^{commit}")