mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix prep_salt.cmd
This commit is contained in:
parent
5eb376a887
commit
e932b5ab34
2 changed files with 2 additions and 2 deletions
2
.github/actions/build-onedir-pkg/action.yml
vendored
2
.github/actions/build-onedir-pkg/action.yml
vendored
|
@ -58,7 +58,7 @@ runs:
|
|||
# prep salt
|
||||
pkg\windows\prep_salt.cmd -BuildDir ".\artifacts\${{ inputs.package-name }}" -CICD
|
||||
# Remove package specific items
|
||||
Remove-Item -Path .\artifacts\${{ inputs.package-name }}\configs -Recurse
|
||||
Remove-Item -Path .\artifacts\${{ inputs.package-name }}\configs -Recurse -Force
|
||||
|
||||
- name: Cleanup Salt Onedir Directory
|
||||
shell: bash
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
@ echo off
|
||||
Set "CurDir=%~dp0"
|
||||
PowerShell -ExecutionPolicy RemoteSigned -File "%CurDir%\stage_salt.ps1" %*
|
||||
PowerShell -ExecutionPolicy RemoteSigned -File "%CurDir%\prep_salt.ps1" %*
|
||||
|
|
Loading…
Add table
Reference in a new issue