diff --git a/appveyor.yml b/appveyor.yml index 05f774d..d453e3f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,7 +6,7 @@ environment: global: SALT_FILEROOT: '%APPVEYOR_BUILD_FOLDER%' SALT_STATE: scap.scan - SALT_URL: https://repo.saltproject.io/windows/Salt-Minion-3004.2-1-Py3-AMD64-Setup.exe + SALT_URL: https://repo.saltproject.io/salt/py3/windows/minor/3006.4/Salt-Minion-3006.4-Py3-AMD64-Setup.exe matrix: - SALT_PILLARROOT: '%APPVEYOR_BUILD_FOLDER%\tests\pillar\test-scc' @@ -22,18 +22,18 @@ install: $null = ` Start-Process -FilePath "${env:temp}\salt-minion.exe" ` -ArgumentList @("/S", "/install-dir=c:\salt") -NoNewWindow -PassThru -Wait - - ps: C:\salt\salt-call.bat --versions-report + - ps: C:\salt\salt-call.exe --versions-report test_script: - ps: | - C:\salt\salt-call.bat --local --retcode-passthrough ` + C:\salt\salt-call.exe --local --retcode-passthrough ` --log-file-level debug ` --file-root="${env:SALT_FILEROOT}" ` --pillar-root="${env:SALT_PILLARROOT}" ` state.show_sls ` "${env:SALT_STATE}" - ps: | - C:\salt\salt-call.bat --local --retcode-passthrough ` + C:\salt\salt-call.exe --local --retcode-passthrough ` --log-file-level debug ` --file-root="${env:SALT_FILEROOT}" ` --pillar-root="${env:SALT_PILLARROOT}" ` @@ -42,7 +42,7 @@ test_script: mock=True on_failure: - - ps: C:\salt\salt-call.bat --local grains.items + - ps: C:\salt\salt-call.exe --local grains.items - ps: dir "env:" - ps: get-content C:\salt\var\log\salt\*