mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 22:30:23 +00:00
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:
parent
c6874b6fe6
commit
5ce5eb5be6
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user