12 lines
245 B
Batchfile
Executable File
12 lines
245 B
Batchfile
Executable File
@echo off
|
|
TITLE Updating CCTray
|
|
CALL setenv.bat
|
|
|
|
SET BUILD=%1
|
|
|
|
%RS_TOOLSLIB%/util/CruiseControl/cctray_update.rb --cctray=%BUILD%
|
|
@%RS_TOOLSROOT%/script/util/CruiseControl/cctray/cctray.bat %BUILD% renamed
|
|
|
|
:END
|
|
EXIT /B %ERRORLEVEL%
|