Back to Bash in HyperV

This commit is contained in:
Greg Hellings
2024-01-10 10:43:23 -06:00
parent fc43e06f6e
commit c1be93a1d5
+4 -5
View File
@@ -80,13 +80,12 @@ hyperv-iso.amd64:
parallel: parallel:
matrix: [] matrix: []
script: script:
- echo $env:COMMAND > build.ps1 - echo $COMMAND > build.sh
- echo 'if (-not $?) { throw "Error in build"}' >> build.ps1 - bash build.sh || exit 1
- pwsh.exe .\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