Skip to content

Commit

Permalink
Test-zuul-cehckou-option2
Browse files Browse the repository at this point in the history
Signed-off-by: michal.gubricky <[email protected]>
  • Loading branch information
michal-gubricky committed Oct 17, 2023
1 parent 5d73652 commit 433de93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playbooks/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
git_repository_url: "{{ git_repo | default(pull_request.json.head.repo.clone_url) | default(git_repo_default) }}"
- name: Checkout PR branch
ansible.builtin.git:
repo: "{{ git_repository_url }}"
dest: "{{ zuul.project.src_dir }}"
repo: "{{ zuul.project.src_dir }}"
clone: false
version: "{{ git_branch_name }}"
when: zuul.change is defined
- name: Create environment file
Expand Down

0 comments on commit 433de93

Please sign in to comment.