From 607fbae9d2e6e430644e94e2d3e80bd37e641927 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 7 Jun 2022 09:15:21 +0200 Subject: [PATCH] packit: Fix indentation Use standard indentation for lists underneath a dictionary key. Leave some space between the larger top-level keys. --- packit.yaml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/packit.yaml b/packit.yaml index 4f364c9..b7a7e96 100644 --- a/packit.yaml +++ b/packit.yaml @@ -3,9 +3,11 @@ # See https://packit.dev/docs/configuration/ for the format of this file specfile_path: cockpit-starter-kit.spec + srpm_build_deps: -- make -- npm + - make + - npm + actions: post-upstream-clone: - make cockpit-starter-kit.spec @@ -15,6 +17,7 @@ actions: create-archive: make dist # starter-kit.git has no release tags; your project can drop this once you have a release get-current-version: make print-version + jobs: - job: tests trigger: pull_request @@ -32,5 +35,5 @@ jobs: # project: your_copr_project # preserve_project: True # targets: - # - fedora-all - # - centos-stream-9-x86_64 + # - fedora-all + # - centos-stream-9-x86_64