Fix closing if block

If block using done instead of fi resulting in syntax error
on execution.

Change-Id: I31fee16fd1203c007000133b6996cf81320371f2
This commit is contained in:
Sean McGinnis 2018-02-13 12:35:19 -06:00
parent 061c797957
commit bbd6698f7e
1 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,6 @@
# as we found it
if [ -n "$TARGET_BRANCH" ]; then
git checkout $TARGET_BRANCH || true
done
fi
executable: /bin/bash
chdir: "{{ zuul.projects['git.openstack.org/openstack/requirements'].src_dir }}"