mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-29 04:51:34 +00:00
packaging: Fix indentation of build static stratovirt
This PR fixes the indentation of the build static stratovirt script for kata containers. Fixes #8777 Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
parent
192c6ee9c3
commit
7d41c97f60
@ -26,12 +26,12 @@ stratovirt_version="${stratovirt_version:-}"
|
||||
[ -n "$stratovirt_version" ] || die "failed to get stratovirt version"
|
||||
|
||||
pull_stratovirt_released_binary() {
|
||||
file_name="stratovirt-static-${stratovirt_version##*v}-${ARCH}"
|
||||
download_url="${stratovirt_url}/releases/download/${stratovirt_version}/${file_name}.tar.gz"
|
||||
file_name="stratovirt-static-${stratovirt_version##*v}-${ARCH}"
|
||||
download_url="${stratovirt_url}/releases/download/${stratovirt_version}/${file_name}.tar.gz"
|
||||
|
||||
curl -L ${download_url} -o ${file_name}.tar.gz
|
||||
mkdir -p static-stratovirt
|
||||
tar zxvf ${file_name}.tar.gz -C static-stratovirt
|
||||
curl -L ${download_url} -o ${file_name}.tar.gz
|
||||
mkdir -p static-stratovirt
|
||||
tar zxvf ${file_name}.tar.gz -C static-stratovirt
|
||||
}
|
||||
|
||||
pull_stratovirt_released_binary
|
||||
|
Loading…
Reference in New Issue
Block a user