mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix linter
This commit is contained in:
parent
05ef78b8a6
commit
f37e47ebd8
3 changed files with 4 additions and 8 deletions
4
.github/workflows/nightly.yml
vendored
4
.github/workflows/nightly.yml
vendored
|
@ -2430,7 +2430,7 @@ jobs:
|
|||
USE_S3_CACHE: 'false'
|
||||
needs:
|
||||
- prepare-workflow
|
||||
- build-pkgs-onedir-windows
|
||||
- build-pkgs-onedir
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
@ -2532,7 +2532,7 @@ jobs:
|
|||
USE_S3_CACHE: 'false'
|
||||
needs:
|
||||
- prepare-workflow
|
||||
- build-pkgs-onedir-macos
|
||||
- build-pkgs-onedir
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
4
.github/workflows/staging.yml
vendored
4
.github/workflows/staging.yml
vendored
|
@ -2414,7 +2414,7 @@ jobs:
|
|||
USE_S3_CACHE: 'false'
|
||||
needs:
|
||||
- prepare-workflow
|
||||
- build-pkgs-onedir-windows
|
||||
- build-pkgs-onedir
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
@ -2516,7 +2516,7 @@ jobs:
|
|||
USE_S3_CACHE: 'false'
|
||||
needs:
|
||||
- prepare-workflow
|
||||
- build-pkgs-onedir-macos
|
||||
- build-pkgs-onedir
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
|
@ -20,11 +20,7 @@
|
|||
needs:
|
||||
- prepare-workflow
|
||||
<%- if type not in ("src", "onedir") %>
|
||||
<%- if type in ("deb", "rpm") %>
|
||||
- build-pkgs-onedir
|
||||
<%- else %>
|
||||
- build-pkgs-onedir-<{ type }>
|
||||
<%- endif %>
|
||||
<%- elif type == 'onedir' %>
|
||||
- build-salt-onedir
|
||||
<%- elif type == 'src' %>
|
||||
|
|
Loading…
Add table
Reference in a new issue