Merge "Stop using slave_scripts/install-distro-packages.sh"

This commit is contained in:
Zuul 2018-04-24 11:44:14 +00:00 committed by Gerrit Code Review
commit 9e90fe911f
1 changed files with 4 additions and 10 deletions

View File

@ -1,5 +1,9 @@
- hosts: all
name: Autoconverted job legacy-tripleo-buildimage
roles:
- role: bindep
bindep_dir: "{{ ansible_user_dir }}/{{ zuul.projects['git.openstack.org/openstack/python-tripleoclient'].src_dir }}"
tasks:
- name: Ensure legacy workspace directory
@ -37,16 +41,6 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e
set -x
cd python-tripleoclient
/usr/local/jenkins/slave_scripts/install-distro-packages.sh
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e