Commit b178a308 authored by Waqas Riaz's avatar Waqas Riaz

updates .gitlab-ci.yml to run with linux

parent e1e4f201
Pipeline #4050 passed with stages
in 12 seconds
......@@ -19,8 +19,9 @@ stages:
build_job:
stage: build
before_script:
- brew install jsonnet
- jsonnet -v
- curl --version
- jsonnet --version
- tar --version
script:
- echo "Starting script for deploying to Jfrog"
- files_list=$(find . -type f -name "*.jsonnet" ! -path "./grafonnet-lib/*")
......@@ -51,6 +52,10 @@ build_job:
deploy_job:
stage: deploy
before_script:
- curl --version
- jq --version
- tar --version
script:
# - export version=$(echo "$(cat version.txt) + 0.1" | bc)
- export version=$(cat version.txt)
......@@ -78,4 +83,4 @@ deploy_job:
done
#grafonnet.tar.gz
tags:
- ci
- cd
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