Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@

actions:
get-current-version:
- bash utils/version.sh

Check failure on line 7 in .packit.yaml

View workflow job for this annotation

GitHub Actions / Yaml Lint on Changed yaml files

7:3 [indentation] wrong indentation: expected 4 but found 2

srpm_build_deps:
- bash

jobs:
- &build

Check failure on line 13 in .packit.yaml

View workflow job for this annotation

GitHub Actions / Yaml Lint on Changed yaml files

13:1 [indentation] wrong indentation: expected 2 but found 0
job: copr_build
trigger: pull_request
targets:
- fedora-all-x86_64

Check failure on line 17 in .packit.yaml

View workflow job for this annotation

GitHub Actions / Yaml Lint on Changed yaml files

17:3 [indentation] wrong indentation: expected 4 but found 2
- centos-stream-8-x86_64
- centos-stream-9-x86_64
- centos-stream-10-x86_64
Expand All @@ -26,8 +26,8 @@
- &contest-oscap
job: tests
trigger: pull_request
fmf_url: https://github.com/RHSecurityCompliance/contest.git
fmf_ref: main
fmf_url: https://github.com/macko1/contest
fmf_ref: fix_centos_10_ansible_posix
tmt_plan: /plans/upstream-parallel/oscap
identifier: contest-oscap
targets:
Expand Down
Loading