Export the cache busting build timestamp so it is seen by later commands.

This commit is contained in:
2026-07-04 17:14:42 -07:00
parent 4155dac8c9
commit c2c20c248b
+1 -1
View File
@@ -8,7 +8,7 @@ DIR="$(dirname -- "${BASH_SOURCE[0]}")"
PROG="$(basename -- "${BASH_SOURCE[0]}")"
source $DIR/../source.env
BUILD_TIMESTAMP="`date`"
export BUILD_TIMESTAMP="`date`"
## Functions ##