mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Further fixes for exitstatus
This commit is contained in:
parent
b2a38085d1
commit
12e5a8d80c
5 changed files with 27 additions and 9 deletions
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
|
@ -50,7 +50,9 @@ jobs:
|
|||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: exitstatus
|
||||
path: exitstatus
|
||||
path: exitstatus/*
|
||||
retention-days: 7
|
||||
if-no-files-found: error
|
||||
|
||||
generate-actions-workflow:
|
||||
name: Generate The Actions Workflow
|
||||
|
@ -87,7 +89,9 @@ jobs:
|
|||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: exitstatus
|
||||
path: exitstatus
|
||||
path: exitstatus/*
|
||||
retention-days: 7
|
||||
if-no-files-found: error
|
||||
|
||||
lint:
|
||||
name: Lint
|
||||
|
@ -112,7 +116,9 @@ jobs:
|
|||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: exitstatus
|
||||
path: exitstatus
|
||||
path: exitstatus/*
|
||||
retention-days: 7
|
||||
if-no-files-found: error
|
||||
|
||||
|
||||
|
||||
|
|
12
.github/workflows/templates/ci.yml
vendored
12
.github/workflows/templates/ci.yml
vendored
|
@ -50,7 +50,9 @@ jobs:
|
|||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: exitstatus
|
||||
path: exitstatus
|
||||
path: exitstatus/*
|
||||
retention-days: 7
|
||||
if-no-files-found: error
|
||||
|
||||
generate-actions-workflow:
|
||||
name: Generate The Actions Workflow
|
||||
|
@ -87,7 +89,9 @@ jobs:
|
|||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: exitstatus
|
||||
path: exitstatus
|
||||
path: exitstatus/*
|
||||
retention-days: 7
|
||||
if-no-files-found: error
|
||||
|
||||
lint:
|
||||
name: Lint
|
||||
|
@ -112,4 +116,6 @@ jobs:
|
|||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: exitstatus
|
||||
path: exitstatus
|
||||
path: exitstatus/*
|
||||
retention-days: 7
|
||||
if-no-files-found: error
|
||||
|
|
4
.github/workflows/test-linux.yml
vendored
4
.github/workflows/test-linux.yml
vendored
|
@ -82,4 +82,6 @@ jobs:
|
|||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: exitstatus
|
||||
path: exitstatus
|
||||
path: exitstatus/*
|
||||
retention-days: 7
|
||||
if-no-files-found: error
|
||||
|
|
4
.github/workflows/test-macos.yml
vendored
4
.github/workflows/test-macos.yml
vendored
|
@ -89,4 +89,6 @@ jobs:
|
|||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: exitstatus
|
||||
path: exitstatus
|
||||
path: exitstatus/*
|
||||
retention-days: 7
|
||||
if-no-files-found: error
|
||||
|
|
4
.github/workflows/test-windows.yml
vendored
4
.github/workflows/test-windows.yml
vendored
|
@ -118,4 +118,6 @@ jobs:
|
|||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: exitstatus
|
||||
path: exitstatus
|
||||
path: exitstatus/*
|
||||
retention-days: 7
|
||||
if-no-files-found: error
|
||||
|
|
Loading…
Add table
Reference in a new issue