Commit 2e509dfe authored by Syed Bilal Raees's avatar Syed Bilal Raees

deploy_job added

parent 4721b789
Pipeline #3988 failed with stages
in 15 seconds
......@@ -38,7 +38,9 @@ deploy_job:
stage: deploy
script:
- |
curl https://absgraffana.jfrog.io/ui/native/graffonet/2.8 --output test.tar
mkdir build
cd build
curl https://absgraffana.jfrog.io/ui/native/graffonet/2.8 -XPOST -H "Content-Type: application/json" -T buildinfo.json -vvv --output test.tar
ls
tar xvf test.tar
#tar xzf grafonnet.tar.gz
......
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