Fix prep_salt.cmd

This commit is contained in:
Twangboy 2023-01-12 20:48:52 -07:00 committed by Megan Wilhite
parent 5eb376a887
commit e932b5ab34
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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" %*