mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Another attempt to resolve duplicate exitstatus detection
This commit is contained in:
parent
d67a79b3cb
commit
48a22b1722
6 changed files with 11 additions and 23 deletions
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
|
@ -50,9 +50,7 @@ jobs:
|
|||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: exitstatus
|
||||
path: exitstatus/*
|
||||
retention-days: 7
|
||||
if-no-files-found: error
|
||||
path: exitstatus/
|
||||
|
||||
generate-actions-workflow:
|
||||
name: Generate The Actions Workflow
|
||||
|
@ -89,9 +87,7 @@ jobs:
|
|||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: exitstatus
|
||||
path: exitstatus/*
|
||||
retention-days: 7
|
||||
if-no-files-found: error
|
||||
path: exitstatus/
|
||||
|
||||
lint:
|
||||
name: Lint
|
||||
|
@ -116,9 +112,7 @@ jobs:
|
|||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: exitstatus
|
||||
path: exitstatus/*
|
||||
retention-days: 7
|
||||
if-no-files-found: error
|
||||
path: exitstatus/
|
||||
|
||||
|
||||
|
||||
|
@ -519,7 +513,7 @@ jobs:
|
|||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: exitstatus
|
||||
path: exitstatus
|
||||
path: exitstatus/
|
||||
|
||||
- name: Delete Exit Status Artifacts
|
||||
if: always()
|
||||
|
|
2
.github/workflows/templates/ci-tail.yml
vendored
2
.github/workflows/templates/ci-tail.yml
vendored
|
@ -14,7 +14,7 @@
|
|||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: exitstatus
|
||||
path: exitstatus
|
||||
path: exitstatus/
|
||||
|
||||
- name: Delete Exit Status Artifacts
|
||||
if: always()
|
||||
|
|
12
.github/workflows/templates/ci.yml
vendored
12
.github/workflows/templates/ci.yml
vendored
|
@ -50,9 +50,7 @@ jobs:
|
|||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: exitstatus
|
||||
path: exitstatus/*
|
||||
retention-days: 7
|
||||
if-no-files-found: error
|
||||
path: exitstatus/
|
||||
|
||||
generate-actions-workflow:
|
||||
name: Generate The Actions Workflow
|
||||
|
@ -89,9 +87,7 @@ jobs:
|
|||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: exitstatus
|
||||
path: exitstatus/*
|
||||
retention-days: 7
|
||||
if-no-files-found: error
|
||||
path: exitstatus/
|
||||
|
||||
lint:
|
||||
name: Lint
|
||||
|
@ -116,6 +112,4 @@ jobs:
|
|||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: exitstatus
|
||||
path: exitstatus/*
|
||||
retention-days: 7
|
||||
if-no-files-found: error
|
||||
path: exitstatus/
|
||||
|
|
2
.github/workflows/test-linux.yml
vendored
2
.github/workflows/test-linux.yml
vendored
|
@ -82,4 +82,4 @@ jobs:
|
|||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: exitstatus
|
||||
path: exitstatus
|
||||
path: exitstatus/
|
||||
|
|
2
.github/workflows/test-macos.yml
vendored
2
.github/workflows/test-macos.yml
vendored
|
@ -89,4 +89,4 @@ jobs:
|
|||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: exitstatus
|
||||
path: exitstatus
|
||||
path: exitstatus/
|
||||
|
|
2
.github/workflows/test-windows.yml
vendored
2
.github/workflows/test-windows.yml
vendored
|
@ -118,4 +118,4 @@ jobs:
|
|||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: exitstatus
|
||||
path: exitstatus
|
||||
path: exitstatus/
|
||||
|
|
Loading…
Add table
Reference in a new issue