From cba426abf72d827485720bba1fc1b381f5f99630 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Tue, 30 Jul 2019 08:20:57 -0400 Subject: [PATCH] beaker jobs: fix path for copy_logs.sh It wasn't updated when zuul-cloner was removed. Change-Id: I1127679bb2cb2bc4023598536924f38f0e206b1e --- playbooks/run-beaker-tests.yaml | 2 +- playbooks/run-libraries-beaker-tests.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/run-beaker-tests.yaml b/playbooks/run-beaker-tests.yaml index c1e28e0d7..73e00376e 100644 --- a/playbooks/run-beaker-tests.yaml +++ b/playbooks/run-beaker-tests.yaml @@ -24,7 +24,7 @@ - name: Run beaker shell: cmd: | - trap "{{ ansible_user_dir }}/workspace/openstack/puppet-openstack-integration/copy_logs.sh" EXIT + trap "{{ ansible_user_dir }}/workspace/puppet-openstack-integration/copy_logs.sh" EXIT if [ "{{ puppet_gem_version }}" != "latest" ]; then export PUPPET_GEM_VERSION='~> {{ puppet_gem_version }}' fi diff --git a/playbooks/run-libraries-beaker-tests.yaml b/playbooks/run-libraries-beaker-tests.yaml index 25e00ef78..1e29c799a 100644 --- a/playbooks/run-libraries-beaker-tests.yaml +++ b/playbooks/run-libraries-beaker-tests.yaml @@ -24,7 +24,7 @@ cmd: | set -e set -x - trap "{{ ansible_user_dir }}/workspace/openstack/puppet-openstack-integration/copy_logs.sh" EXIT + trap "{{ ansible_user_dir }}/workspace/puppet-openstack-integration/copy_logs.sh" EXIT if [ "{{ puppet_gem_version }}" != "latest" ]; then export PUPPET_GEM_VERSION='~> {{ puppet_gem_version }}' fi