File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,16 @@ net use p: \\isis\inst$
3737
3838python.exe purge_archive_client.py
3939
40+ if " %IS_E4_DEPLOY% " == " YES" (
41+ set TARGET_DIR = base\uk.ac.stfc.isis.ibex.e4.client.product\target\products\ibex.product\win32\win32\x86_64
42+ ) else (
43+ set TARGET_DIR = base\uk.ac.stfc.isis.ibex.client.product\target\products\ibex.product\win32\win32\x86_64
44+ )
45+
4046REM Don't group these. Bat expands whole if at once, not sequentially
4147if " %RELEASE% " == " YES" (
4248 set RELEASE_DIR = p:\Kits$\CompGroup\ICP\Releases\%GIT_BRANCH:~8 %
43- set RELEASE_VERSION = %GIT_BRANCH:~8 %
49+ set RELEASE_VERSION = %GIT_BRANCH:~8 %
4450) else (
4551 set RELEASE_VERSION = devel-%GIT_COMMIT:~0 ,7 %
4652)
@@ -52,17 +58,9 @@ if not "%RELEASE%" == "YES" (
5258 set INSTALLBASEDIR = p:\Kits$\CompGroup\ICP\Client_E4
5359 ) else (
5460 set INSTALLBASEDIR = p:\Kits$\CompGroup\ICP\Client
55- )
61+ )
5662)
5763
58- if " %IS_E4_DEPLOY% " == " YES" (
59- set TARGET_DIR = base\uk.ac.stfc.isis.ibex.e4.client.product\target\products\ibex.product\win32\win32\x86_64
60- ) else (
61- set TARGET_DIR = base\uk.ac.stfc.isis.ibex.client.product\target\products\ibex.product\win32\win32\x86_64
62- )
63-
64- set INSTALLDIR = %INSTALLBASEDIR%
65-
6664if not " %RELEASE% " == " YES" set INSTALLDIR = %INSTALLBASEDIR% \BUILD%BUILD_NUMBER%
6765REM Set a symlink for folder BUILD_LATEST to point to most recent build
6866if not " %RELEASE% " == " YES" set INSTALLLINKDIR = %INSTALLBASEDIR% \BUILD_LATEST
You can’t perform that action at this time.
0 commit comments