Commit 30934a8f by kewde

ci: fix & character from getting interpreted and executed

parent 12987753
...@@ -145,7 +145,7 @@ IF %ERRORLEVEL% NEQ 0 GOTO ERROR ...@@ -145,7 +145,7 @@ IF %ERRORLEVEL% NEQ 0 GOTO ERROR
ECHO packaging for node-gyp ECHO packaging for node-gyp
CALL node_modules\.bin\node-pre-gyp package %TOOLSET_ARGS% CALL node_modules\.bin\node-pre-gyp package %TOOLSET_ARGS%
::make commit message env var shorter ::make commit message env var shorter
SET CM=%APPVEYOR_REPO_COMMIT_MESSAGE% SET CM="%APPVEYOR_REPO_COMMIT_MESSAGE%"
IF NOT "%CM%" == "%CM:[publish binary]=%" (ECHO publishing && CALL node_modules\.bin\node-pre-gyp --msvs_version=%msvs_version% publish %TOOLSET_ARGS%) ELSE (ECHO not publishing) IF NOT "%CM%" == "%CM:[publish binary]=%" (ECHO publishing && CALL node_modules\.bin\node-pre-gyp --msvs_version=%msvs_version% publish %TOOLSET_ARGS%) ELSE (ECHO not publishing)
IF %ERRORLEVEL% NEQ 0 GOTO ERROR IF %ERRORLEVEL% NEQ 0 GOTO ERROR
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment