packit: Fix indentation
Use standard indentation for lists underneath a dictionary key. Leave some space between the larger top-level keys.
This commit is contained in:
parent
51292fbc25
commit
607fbae9d2
1 changed files with 7 additions and 4 deletions
11
packit.yaml
11
packit.yaml
|
|
@ -3,9 +3,11 @@
|
||||||
# See https://packit.dev/docs/configuration/ for the format of this file
|
# See https://packit.dev/docs/configuration/ for the format of this file
|
||||||
|
|
||||||
specfile_path: cockpit-starter-kit.spec
|
specfile_path: cockpit-starter-kit.spec
|
||||||
|
|
||||||
srpm_build_deps:
|
srpm_build_deps:
|
||||||
- make
|
- make
|
||||||
- npm
|
- npm
|
||||||
|
|
||||||
actions:
|
actions:
|
||||||
post-upstream-clone:
|
post-upstream-clone:
|
||||||
- make cockpit-starter-kit.spec
|
- make cockpit-starter-kit.spec
|
||||||
|
|
@ -15,6 +17,7 @@ actions:
|
||||||
create-archive: make dist
|
create-archive: make dist
|
||||||
# starter-kit.git has no release tags; your project can drop this once you have a release
|
# starter-kit.git has no release tags; your project can drop this once you have a release
|
||||||
get-current-version: make print-version
|
get-current-version: make print-version
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- job: tests
|
- job: tests
|
||||||
trigger: pull_request
|
trigger: pull_request
|
||||||
|
|
@ -32,5 +35,5 @@ jobs:
|
||||||
# project: your_copr_project
|
# project: your_copr_project
|
||||||
# preserve_project: True
|
# preserve_project: True
|
||||||
# targets:
|
# targets:
|
||||||
# - fedora-all
|
# - fedora-all
|
||||||
# - centos-stream-9-x86_64
|
# - centos-stream-9-x86_64
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue