Skip to content

Commit 28a80f9

Browse files
authored
Update webroot-matrix.yml
1 parent 39dbd79 commit 28a80f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/webroot-matrix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
for %%w in (%webroots%) do (
9999
for %%e in (%executes%) do (
100100
101-
echo ant -buildfile ..\..\build.xml -Dwebroot="%%w" -Dexecute=%%e -DpreCleanup=false -DpostCleanup=false -DluceeVersionQuery=%LUCEE_VERSION_QUERY%
101+
echo ant -buildfile=..\..\build.xml -Dwebroot="%%w" -Dexecute=%%e -DpreCleanup=false -DpostCleanup=false -DluceeVersionQuery=%LUCEE_VERSION_QUERY%
102102
ant -v -buildfile ..\..\build.xml -Dwebroot=%%w -Dexecute=%%e -DpreCleanup=false -DpostCleanup=false -DluceeVersionQuery=%LUCEE_VERSION_QUERY%
103103
if errorlevel 1 (
104104
set cmd=ant -buildfile build.xml -Dwebroot=%%w -Dexecute="%%e" -DpreCleanup=false -DpostCleanup=false -DluceeVersionQuery=%LUCEE_VERSION_QUERY%
@@ -133,7 +133,7 @@ jobs:
133133
foreach ($w in $webroots) {
134134
foreach ($e in $executes) {
135135
$luceeVersionQuery = $env:LUCEE_VERSION_QUERY
136-
$cmd = "ant -buildfile ../../build.xml -Dwebroot=`"$w`" -Dexecute=$e -DpreCleanup=false -DpostCleanup=false -DluceeVersionQuery=$luceeVersionQuery"
136+
$cmd = "ant -buildfile=../../build.xml -Dwebroot=`"$w`" -Dexecute=$e -DpreCleanup=false -DpostCleanup=false -DluceeVersionQuery=$luceeVersionQuery"
137137
Write-Host $cmd
138138
$LASTEXITCODE = 0
139139
iex $cmd

0 commit comments

Comments
 (0)