Commit 76a2430a authored by Syed Bilal Raees's avatar Syed Bilal Raees

curl edited for downloading

parent 48ad3db6
Pipeline #4012 failed with stages
in 45 seconds
......@@ -42,7 +42,7 @@ deploy_job:
cd build
#curl -o "https://absgraffana.jfrog.io/ui/native/graffonet/2.8" -X GET -H "Content-Type: application/json" -vvv --output test.tar
#curl -u $ARTIFACTORY_USER:$ARTIFACTORY_PASS -X GET -oL "/https://absgraffana.jfrog.io/ui/native/graffonet/2.8/" -H 'Content-Type:application/json'
curl -u $ARTIFACTORY_USER:$ARTIFACTORY_PASS "https://absgraffana.jfrog.io/ui/native/graffonet/2.8/grafonnet.tar.gz" -H 'Content-Type:application/json'
curl "https://absgraffana.jfrog.io/artifactory/graffonet/2.8/" -XPOST -H 'Content-Type:application/json' -T grafonnet.tar.gz -vvv --output grafonnet.tar.gz
ls
pwd
tar -xvf .
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment