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 39b0937 commit 681285c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion playbooks/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@
- name: Checkout PR branch
ansible.builtin.git:
repo: "{{ git_repository_url }}"
dest: "{{ zuul.project.src_dir }}"
clone: false
version: "{{ git_branch_name }}"
args:
chdir: "{{ project_dir }}"
when: zuul.change is defined
- name: Create environment file
ansible.builtin.template:
Expand Down

0 comments on commit 681285c

Please sign in to comment.