빌드 파일 수정
This commit is contained in:
parent
acd83f622a
commit
0ce71f7328
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ for /F "skip=2 tokens=1,2*" %%G in ('%SystemRoot%\System32\reg.exe query "HKCU\E
|
|||
if /I "%%H" == "REG_EXPAND_SZ" (set "PathExpand=1" & set "PathUser=%%I") else if /I "%%H" == "REG_SZ" set "PathUser=%%I"
|
||||
)
|
||||
PATH=%PathUser%
|
||||
|
||||
echo %PATH%
|
||||
SET BuildData > build_data.conf
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ for /F "skip=2 tokens=1,2*" %%G in ('%SystemRoot%\System32\reg.exe query "HKCU\E
|
|||
if /I "%%H" == "REG_EXPAND_SZ" (set "PathExpand=1" & set "PathUser=%%I") else if /I "%%H" == "REG_SZ" set "PathUser=%%I"
|
||||
)
|
||||
PATH=%PathUser%
|
||||
|
||||
echo %PATH%
|
||||
: cd ../dart_framework && git pull origin master
|
||||
: cd "../%JOB_NAME%"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue