We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0a388f commit 3f850cdCopy full SHA for 3f850cd
az_sig_publish
@@ -87,7 +87,7 @@ function ensure-vhd-uri-exists() {
87
echo "Blob doesn't exist. Downloading flatcar-linux-${FLATCAR_GALLERY_VERSION}-${FLATCAR_CHANNEL}-${FLATCAR_ARCH}"
88
# Download the VHD file (only if blob doesn't exist)
89
echo "Downloading ${FLATCAR_LOCAL_FILE_URL}..."
90
- if ! curl -L -o "/data/${FLATCAR_LOCAL_FILE_NAME}.bz2" "${FLATCAR_LOCAL_FILE_URL}"; then
+ if ! curl -f -L -o "/data/${FLATCAR_LOCAL_FILE_NAME}.bz2" "${FLATCAR_LOCAL_FILE_URL}"; then
91
echo "ERROR: Download failed. Exiting"
92
exit 1
93
fi
0 commit comments