Commit e1b98173 authored by Syed Bilal Raees's avatar Syed Bilal Raees

curl edited for downloading

parent 9ea1ed12
Pipeline #4014 failed with stages
in 19 seconds
...@@ -42,7 +42,7 @@ deploy_job: ...@@ -42,7 +42,7 @@ deploy_job:
cd build 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 -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 -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/artifactory/graffonet/2.8/" -XPOST -H 'Content-Type:application/json' -T grafonnet.tar.gz -vvv --output grafonnet.tar.gz curl -u $ARTIFACTORY_USER:$ARTIFACTORY_PASS "https://absgraffana.jfrog.io/artifactory/graffonet/2.8/" -XPOST -T grafonnet.tar.gz -vvv --output grafonnet.tar.gz
ls ls
pwd pwd
tar -xvf . 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