Update to latest xe-solutions
Signed-off-by: James Ketrenos <james.p.ketrenos@intel.com>
This commit is contained in:
parent
b26d1e5df5
commit
573a272875
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user