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

added branch filter in .gitlab-ci.yaml

parent 5c8f17b0
Pipeline #4127 failed with stages
in 7 seconds
...@@ -49,6 +49,8 @@ build_job: ...@@ -49,6 +49,8 @@ build_job:
# jsonnet -v # jsonnet -v
tags: tags:
- ci - ci
only:
- master
deploy_job: deploy_job:
stage: deploy stage: deploy
...@@ -84,3 +86,5 @@ deploy_job: ...@@ -84,3 +86,5 @@ deploy_job:
#grafonnet.tar.gz #grafonnet.tar.gz
tags: tags:
- cd - cd
only:
- master
\ No newline at end of file
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