Remove setup_functional_test.sh
That is just calling s2aio.sh for our functional gate but just calling it at the playbook is easier so let's remove the unnecessary bash shell. Change-Id: Ic2820c681295e2e1b68bbf91d6fa70de266cdedc
This commit is contained in:
parent
c556e113cc
commit
b7f9c346e1
@ -4,6 +4,6 @@
|
||||
cmd: |
|
||||
set -e
|
||||
set -x
|
||||
tests/setup_functional_test.sh
|
||||
./s2aio.sh install
|
||||
executable: /bin/bash
|
||||
chdir: 'src/{{ zuul.project.canonical_name }}'
|
||||
|
@ -1,2 +0,0 @@
|
||||
#!/bin/bash
|
||||
./s2aio.sh install
|
Loading…
x
Reference in New Issue
Block a user