Skip to content

Commit

Permalink
packit: yamllint
Browse files Browse the repository at this point in the history
  • Loading branch information
praiskup committed Aug 4, 2023
1 parent bddee02 commit 914e27b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .packit.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
# See the documentation for more information:
# https://packit.dev/docs/configuration/
upstream_project_url: https://github.com/fedora-copr/copr.git
Expand Down Expand Up @@ -139,7 +140,7 @@ jobs:
trigger: pull_request
targets:
- fedora-all-x86_64
manual_trigger: True # needs to be triggered by the `/packit build` comment
manual_trigger: true # needs to be triggered by the `/packit build` comment

- job: copr_build
packages:
Expand All @@ -153,7 +154,7 @@ jobs:
- fedora-all-aarch64
- fedora-all-ppc64le
- epel-all-x86_64
manual_trigger: True # needs to be triggered by the `/packit build` comment
manual_trigger: true # needs to be triggered by the `/packit build` comment

- job: copr_build
packages:
Expand All @@ -165,7 +166,7 @@ jobs:
- fedora-all-ppc64le
- epel-9-x86_64
- epel-8-x86_64
manual_trigger: True # needs to be triggered by the `/packit build` comment
manual_trigger: true # needs to be triggered by the `/packit build` comment

# Main commit builds:

Expand All @@ -182,7 +183,7 @@ jobs:
- fedora-all-x86_64
owner: packit
project: copr
preserve_project: True
preserve_project: true

- job: copr_build
packages:
Expand All @@ -199,7 +200,7 @@ jobs:
- epel-all-x86_64
owner: packit
project: copr
preserve_project: True
preserve_project: true

- job: copr_build
packages:
Expand All @@ -214,4 +215,4 @@ jobs:
- epel-8-x86_64
owner: packit
project: copr
preserve_project: True
preserve_project: true

0 comments on commit 914e27b

Please sign in to comment.