Merge "grenade-dsvm-ironic: Move task 'legacy workspace dir' to first"

This commit is contained in:
Zuul 2017-10-11 07:06:44 +00:00 committed by Gerrit Code Review
commit 276d5d225b

View File

@ -2,6 +2,11 @@
name: Autoconverted job legacy-grenade-dsvm-ironic from old job gate-grenade-dsvm-ironic-ubuntu-xenial-nv
tasks:
- name: Ensure legacy workspace directory
file:
path: '{{ ansible_user_dir }}/workspace'
state: directory
- name: Show the environment
shell:
cmd: |
@ -10,11 +15,6 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- name: Ensure legacy workspace directory
file:
path: '{{ ansible_user_dir }}/workspace'
state: directory
- shell:
cmd: |
set -e