Try some more pwsh.exe
This commit is contained in:
@@ -79,10 +79,14 @@ 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.exe .\build.ps1
|
||||||
after_script: |-
|
after_script: |-
|
||||||
if [ "$CI_JOB_STATUS" == "success" ]; then
|
if ( "$CI_JOB_STATUS" -eq "success" ) {
|
||||||
xonsh test.xsh
|
xonsh test.xsh
|
||||||
fi
|
}
|
||||||
|
|
||||||
"Create release":
|
"Create release":
|
||||||
stage: release
|
stage: release
|
||||||
|
|||||||
Reference in New Issue
Block a user