X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fengine%2Fscripts%2Fdownload-artifact.sh;h=332ccfb78b7abf094913ea0288a4152f7337c627;hb=c45f13d49edb3b7d547e9c6094a32656106f66b5;hp=3875f83be529ec5c4c184881b1487151188320ea;hpb=20e8b38c068250ccf826d266bf33afd96c61a9f3;p=infra%2Fcicd.git diff --git a/jjb/engine/scripts/download-artifact.sh b/jjb/engine/scripts/download-artifact.sh index 3875f83b..332ccfb7 100755 --- a/jjb/engine/scripts/download-artifact.sh +++ b/jjb/engine/scripts/download-artifact.sh @@ -58,7 +58,7 @@ EOF" echo "Info : Downloading artifact from Nordix ARM..." echo " $NORDIX_ARTIFACT_URL/$ARTIFACT_TO_DOWNLOAD" cd /tmp - curl -s -O $NORDIX_ARTIFACT_URL/$ARTIFACT_TO_DOWNLOAD + curl -s -S -O $NORDIX_ARTIFACT_URL/$ARTIFACT_TO_DOWNLOAD echo "Info : Downloaded the artifact for offline deployment. Extracting..." echo " $(ls -al /tmp/$ARTIFACT_TO_DOWNLOAD)" chmod +x /tmp/$ARTIFACT_TO_DOWNLOAD