Skip to content

Commit

Permalink
add checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
inknos committed Nov 3, 2023
1 parent bae1b09 commit 78ab0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plans/example.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ prepare:
script:
- git clone https://github.com/rpm-software-management/ci-dnf-stack $TMT_PLANS_DATA/ci-dnf-stack
- git -C $TMT_PLANS_DATA/ci-dnf-stack remote add pull-request $PACKIT_SOURCE_URL
- git -C $TMT_PLANS_DATA/ci-dnf-stack checkout pull-request
- git -C $TMT_PLANS_DATA/ci-dnf-stack checkout --track pull-request/$PACKIT_SOURCE_BRANCH

- name: build testing container
how: shell
Expand Down

0 comments on commit 78ab0a4

Please sign in to comment.