Commit 7f779ab2 authored by Waqas Riaz's avatar Waqas Riaz

updated .gitlab-ci.yml

parent 8578bd6b
Pipeline #4169 failed
...@@ -48,6 +48,8 @@ build_alerts_job: ...@@ -48,6 +48,8 @@ build_alerts_job:
changes: changes:
- alerts/* - alerts/*
- alerts-config/* - alerts-config/*
when:
- manual
tags: tags:
- ci-test - ci-test
# only: # only:
...@@ -67,7 +69,7 @@ deploy_dashboards_job: ...@@ -67,7 +69,7 @@ deploy_dashboards_job:
# - job: # - job:
# - build_dashboards # - build_dashboards
dependencies: dependencies:
- build_dashboards_job - build_dashboards
tags: tags:
- cd-test - cd-test
# only: # only:
...@@ -87,7 +89,7 @@ deploy_alerts_job: ...@@ -87,7 +89,7 @@ deploy_alerts_job:
# - job: # - job:
# - build_alerts # - build_alerts
dependencies: dependencies:
- build_alerts_job - build_alerts
tags: tags:
- cd-test - cd-test
# only: # only:
......
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