Image build date now honours timezone

pull/85/head
Thomas Phillips 2017-06-02 16:51:54 +12:00 committed by XECDesign
parent a0060bd475
commit 50e5c01f57
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ if [ -z "${IMG_NAME}" ]; then
exit 1
fi
export IMG_DATE=${IMG_DATE:-"$(date -u +%Y-%m-%d)"}
export IMG_DATE=${IMG_DATE:-"$(date +%Y-%m-%d)"}
export BASE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
export SCRIPT_DIR="${BASE_DIR}/scripts"