From 8dc7cccd4979ad418756781af4409929f5bb9b9e Mon Sep 17 00:00:00 2001 From: shubham Date: Thu, 30 Jul 2020 11:38:14 +0530 Subject: [PATCH] add --fail to curl for error reporting Signed-off-by: shubham --- build/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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