ci: make prepare.sh use /bin/bash

There are a few non-POSIX shell extensions used. So use Bash to run the
script.

Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
Niels de Vos 2020-05-26 15:20:25 +02:00
parent c6874b6fe6
commit 5ce5eb5be6

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# In case no value is specified, default values will be used.
gitrepo="https://github.com/ceph/ceph-csi"