mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +01:00
No need to store the location of the latest successful build anymore.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
parent
b68e0bd731
commit
1bc79d3ce7
@ -311,9 +311,6 @@ get_BUILD_PATH=/usr/groups/xen/carbon/windowsbuilds/WindowsBuilds/${get_JOB_NAME
|
||||
if [ "${BUILD_KIND:+$BUILD_KIND}" = production ]
|
||||
then
|
||||
echo ${get_BUILD_URL} > ${OUTPUT_DIR}/latest-secure-build
|
||||
echo ${get_BUILD_PATH} > ${OUTPUT_DIR}/latest-successful-build
|
||||
else
|
||||
echo ${get_BUILD_URL} > ${OUTPUT_DIR}/latest-successful-build
|
||||
fi
|
||||
|
||||
# Write out version information
|
||||
|
Loading…
Reference in New Issue
Block a user