Commit fd35bc0c authored by Waqas Riaz's avatar Waqas Riaz

updated $version in .gitlab.ci.yml

parent d5bb0972
Pipeline #4023 failed with stages
in 17 seconds
...@@ -37,6 +37,7 @@ build_job: ...@@ -37,6 +37,7 @@ build_job:
deploy_job: deploy_job:
stage: deploy stage: deploy
script: script:
- version=`cat CI_PROJECT_DIR/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
......
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