Commit 6d64f071 authored by Waqas Riaz's avatar Waqas Riaz

Update .gitlab-ci.yml

parent 5abd930b
Pipeline #4025 failed with stages
in 15 seconds
...@@ -37,7 +37,7 @@ build_job: ...@@ -37,7 +37,7 @@ build_job:
deploy_job: deploy_job:
stage: deploy stage: deploy
script: script:
- version=`cat $CI_PROJECT_DIR/version.txt` - export version=$(cat version.txt)
- mkdir -p build/$CI_BUILD_ID - mkdir -p build/$CI_BUILD_ID
- cd build/$CI_BUILD_ID - cd build/$CI_BUILD_ID
#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
...@@ -49,6 +49,7 @@ deploy_job: ...@@ -49,6 +49,7 @@ deploy_job:
- tar -xzvf grafonnet.tar.gz - tar -xzvf grafonnet.tar.gz
- cd grafonnet - cd grafonnet
- pwd - pwd
- printenv
- | - |
for FILE in *; for FILE in *;
......
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