mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-23 06:40:23 +00:00
ci: Fix shellcheck warnings for prepare.sh
Shellcheck suggests use of doube quotes to prevent word splitting, hence adding the same. Signed-off-by: Yug <yuggupta27@gmail.com>
This commit is contained in:
parent
aa7d9de45a
commit
86b80a23a5
@ -87,7 +87,7 @@ then
|
|||||||
depth=''
|
depth=''
|
||||||
fi
|
fi
|
||||||
|
|
||||||
git clone ${depth} --branch="${base}" "${gitrepo}" "${workdir}"
|
git clone "${depth}" --branch="${base}" "${gitrepo}" "${workdir}"
|
||||||
cd "${workdir}"
|
cd "${workdir}"
|
||||||
git fetch origin "${ref}:tip/${ref}"
|
git fetch origin "${ref}:tip/${ref}"
|
||||||
git checkout "tip/${ref}"
|
git checkout "tip/${ref}"
|
||||||
|
Loading…
Reference in New Issue
Block a user