Try some more pwsh.exe

This commit is contained in:
Greg Hellings
2024-01-10 10:40:44 -06:00
parent e1dcfbb4e4
commit fc43e06f6e
+6 -2
View File
@@ -79,10 +79,14 @@ hyperv-iso.amd64:
tag: hyperv
parallel:
matrix: []
script:
- echo $env:COMMAND > build.ps1
- echo 'if (-not $?) { throw "Error in build"}' >> build.ps1
- pwsh.exe .\build.ps1
after_script: |-
if [ "$CI_JOB_STATUS" == "success" ]; then
if ( "$CI_JOB_STATUS" -eq "success" ) {
xonsh test.xsh
fi
}
"Create release":
stage: release