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

curl command changed

parent 1b1688ac
Pipeline #3952 passed with stage
in 19 seconds
......@@ -26,7 +26,7 @@ build_job:
version=$(cat version.txt)
echo $version + 0.1 | bc > version.txt
version=$(cat version.txt)
curl -X POST -u $ARTIFACTORY_USER:$ARTIFACTORY_PASS -T grafonnet.tar.gz "https://absgraffana.jfrog.io/artifactory/graffonet/$version/grafonnet.tar.gz"
curl -u $ARTIFACTORY_USER:$ARTIFACTORY_PASS -T grafonnet.tar.gz "https://absgraffana.jfrog.io/artifactory/graffonet/$version/grafonnet.tar.gz"
# brew install jsonnet
# jsonnet -v
......
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