Change pwsh step to powershell step
This commit is contained in:
@@ -6,7 +6,7 @@ jobs:
|
|||||||
- group: Image Generation Variables
|
- group: Image Generation Variables
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- pwsh: |
|
- powershell: |
|
||||||
Remove-Item -path './*' -Recurse -Force
|
Remove-Item -path './*' -Recurse -Force
|
||||||
Write-Host "Download $(BRANCH_NAME) branch from $(IMAGE_GEN_REPO_URI)"
|
Write-Host "Download $(BRANCH_NAME) branch from $(IMAGE_GEN_REPO_URI)"
|
||||||
git clone $(IMAGE_GEN_REPO_URI) . -b $(BRANCH_NAME) --single-branch --depth 1
|
git clone $(IMAGE_GEN_REPO_URI) . -b $(BRANCH_NAME) --single-branch --depth 1
|
||||||
|
|||||||
Reference in New Issue
Block a user