snap: make curl commands consistent

remove -k and -Ssf from curl commands

Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
Julio Montes 2021-10-19 08:36:06 -05:00
parent 2b9f79cfc9
commit 24fff57c23

View File

@ -59,7 +59,7 @@ parts:
yq_version=3.4.1 yq_version=3.4.1
yq_url="https://${yq_pkg}/releases/download/${yq_version}/yq_${goos}_${goarch}" yq_url="https://${yq_pkg}/releases/download/${yq_version}/yq_${goos}_${goarch}"
curl -o "${yq_path}" -LSsf "${yq_url}" curl -o "${yq_path}" -L "${yq_url}"
chmod +x "${yq_path}" chmod +x "${yq_path}"
kata_dir=gopath/src/github.com/${SNAPCRAFT_PROJECT_NAME}/${SNAPCRAFT_PROJECT_NAME} kata_dir=gopath/src/github.com/${SNAPCRAFT_PROJECT_NAME}/${SNAPCRAFT_PROJECT_NAME}