Try bash on HyperV

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