Unverified Commit c34ba8f0 authored by owaisrazi1012's avatar owaisrazi1012 Committed by GitHub

Adding get call for downloading artifactory

parent 0f20280d
......@@ -57,6 +57,9 @@ jobs:
message: 'updating version'
add: 'version.txt --force'
- name: Dowloading tar files from artifactory
run: |
curl -u ${{ secrets.JFROG_USER }} -X GET https://grafanaascode.jfrog.io/artifactory/temp123-generic/grafonnet/$version -H 'Content-Type:application/json' -o grafonnet.tar.gz
ls
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