We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca09d1e commit 6399dfbCopy full SHA for 6399dfb
infra/get_workspace_status.cmd
@@ -28,9 +28,9 @@ echo STABLE_BUILD_RELEASE_VERSION %BUILD_RELEASE_VERSION%
28
29
git diff-index --quiet HEAD --
30
if %ERRORLEVEL% == 0 (
31
- echo BUILD_SCM_STATUS "clean"
+ echo BUILD_SCM_STATUS clean
32
) else (
33
- echo BUILD_SCM_STATUS "modified"
+ echo BUILD_SCM_STATUS modified
34
)
35
36
for /F %%x in ('git remote get-url origin') do set REMOTE_URL=%%x
0 commit comments