Skip to content

Commit daa48b9

Browse files
committed
escape windows cmd webroots
1 parent afaee4d commit daa48b9

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/webroot-matrix.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,10 @@ jobs:
9292
LUCEE_VERSION_QUERY: 7/all/zero
9393
working-directory: ${{ github.workspace }}/tests/webroot
9494
run: |
95-
set webroots=.;D:\a\script-runner\script-runner\tests\webroot
96-
set executes=index.cfm,test.cfm,sub/test.cfm
95+
set webroots=.\ D:\\a\\script-runner\\script-runner\\tests\\webroot
96+
set executes=index.cfm test.cfm sub/test.cfm
97+
echo webroots=%webroots%
98+
echo executes=%executes%
9799
for %%w in (%webroots%) do (
98100
for %%e in (%executes%) do (
99101
echo ant -v -buildfile=..\..\build.xml "-Dwebroot=%%w" "-Dexecute=%%e" -DpreCleanup=false -DpostCleanup=false -DluceeVersionQuery=%LUCEE_VERSION_QUERY%

0 commit comments

Comments
 (0)