Skip to content
Open
Show file tree
Hide file tree
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 spec/plans/discover.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ description: |
how: shell
script: ./something.sh
when:
- initiator == konflux && distro == fedora
- initiator == human && distro == fedora
- initiator == konflux and distro == fedora
- initiator == human and distro == fedora
Comment thread
happz marked this conversation as resolved.
link:
- implemented-by: /tmt/steps
- verified-by: /tests/steps/when
Expand Down
4 changes: 2 additions & 2 deletions spec/plans/finish.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ link:
how: shell
script: ./something.sh
when:
- initiator == konflux && distro == fedora
- initiator == human && distro == fedora
- initiator == konflux and distro == fedora
- initiator == human and distro == fedora
link:
- implemented-by: /tmt/steps
- verified-by: /tests/steps/when
Expand Down
4 changes: 2 additions & 2 deletions spec/plans/prepare.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ link:
how: shell
script: ./something.sh
when:
- initiator == konflux && distro == fedora
- initiator == human && distro == fedora
- initiator == konflux and distro == fedora
- initiator == human and distro == fedora
link:
- implemented-by: /tmt/steps
- verified-by: /tests/steps/when
Expand Down
Loading