diff --git a/build/deploy.sh b/build/deploy.sh index c42414b7..1c60c4b6 100755 --- a/build/deploy.sh +++ b/build/deploy.sh @@ -26,7 +26,7 @@ elif [ "${ARCH}" = "aarch64" ]; then MIGRATE_IMG="${IMAGE_ORG}/migrate-arm64" fi -curl https://raw.githubusercontent.com/openebs/charts/gh-pages/scripts/release/buildscripts/push > ./build/push +curl --fail https://raw.githubusercontent.com/openebs/charts/gh-pages/scripts/release/buildscripts/push > ./build/push chmod +x ./build/push # tag and push all the images