1
0

Update to latest xe-solutions

Signed-off-by: James Ketrenos <james.p.ketrenos@intel.com>
This commit is contained in:
James Ketrenos 2021-01-19 12:31:38 -08:00
parent b26d1e5df5
commit 573a272875

View File

@ -16,8 +16,10 @@ else
TAG=${TAG:-${OS_DISTRO}-${PACKAGE_STREAM}-${RELEASE_INFO}} TAG=${TAG:-${OS_DISTRO}-${PACKAGE_STREAM}-${RELEASE_INFO}}
fi fi
# The "TARGET_TAG" is intended to not be a unique tag; it should
# be replaced with each build.
if [[ "${BUILD}" != "" ]] && [[ "${BUILD}" != "N/A" ]]; then if [[ "${BUILD}" != "" ]] && [[ "${BUILD}" != "N/A" ]]; then
TARGET_TAG="${OS_DISTRO}-${OS_RELEASE}-${BUILD}" TARGET_TAG="${OS_DISTRO}-${OS_RELEASE}-${BRANCH}"
else else
TARGET_TAG="${OS_DISTRO}-${PACKAGE_STREAM}" TARGET_TAG="${OS_DISTRO}-${PACKAGE_STREAM}"
fi fi