Skip to content

Commit

Permalink
devstack repo clone fallback check if rc exists (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibacos committed Oct 4, 2019
1 parent b4fa61c commit 6b2f428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/devstack/prepare-git-repos.yaml
Expand Up @@ -14,7 +14,7 @@
dest: "{{ devstack_dir.devstack }}"
version: "master"
force: yes
when: devstack_clone_result.rc != 0
when: devstack_clone_result.rc is defined and devstack_clone_result.rc != 0
tags: prepare-git-repos

- name: Upload zuul clonemap file
Expand Down

0 comments on commit 6b2f428

Please sign in to comment.