Skip to content

Commit

Permalink
Enable QuarkusCliVersionIT on windows snapshots as quarkus-qe#1464 is…
Browse files Browse the repository at this point in the history
… fixed
  • Loading branch information
jedla97 committed Dec 12, 2024
1 parent 7cebc8d commit eaad894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
$contentToAdd = @"
@ECHO OFF
java -jar \"%HOMEDRIVE%%HOMEPATH%\.m2\repository\io\quarkus\quarkus-cli\999-SNAPSHOT\quarkus-cli-999-SNAPSHOT-runner.jar\" %*
java -jar %HOMEDRIVE%%HOMEPATH%\.m2\repository\io\quarkus\quarkus-cli\999-SNAPSHOT\quarkus-cli-999-SNAPSHOT-runner.jar %*
"@
New-Item -Path "$(pwd)\quarkus-dev-cli.bat" -ItemType File
Set-Content -Path "$(pwd)\quarkus-dev-cli.bat" -Value $contentToAdd
Expand Down

0 comments on commit eaad894

Please sign in to comment.