Skip to content

Commit 3f850cd

Browse files
Update az_sig_publish
Co-authored-by: James Le Cuirot <jlecuirot@microsoft.com>
1 parent a0a388f commit 3f850cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

az_sig_publish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function ensure-vhd-uri-exists() {
8787
echo "Blob doesn't exist. Downloading flatcar-linux-${FLATCAR_GALLERY_VERSION}-${FLATCAR_CHANNEL}-${FLATCAR_ARCH}"
8888
# Download the VHD file (only if blob doesn't exist)
8989
echo "Downloading ${FLATCAR_LOCAL_FILE_URL}..."
90-
if ! curl -L -o "/data/${FLATCAR_LOCAL_FILE_NAME}.bz2" "${FLATCAR_LOCAL_FILE_URL}"; then
90+
if ! curl -f -L -o "/data/${FLATCAR_LOCAL_FILE_NAME}.bz2" "${FLATCAR_LOCAL_FILE_URL}"; then
9191
echo "ERROR: Download failed. Exiting"
9292
exit 1
9393
fi

0 commit comments

Comments
 (0)