Commit ec5d4aac authored by Waqas Riaz's avatar Waqas Riaz

testing2

parent befccb6d
...@@ -52,8 +52,6 @@ deploy_dashboards_job: ...@@ -52,8 +52,6 @@ deploy_dashboards_job:
- echo "Deploying dasbhoards" - echo "Deploying dasbhoards"
- scripts/deploy_dashboards.sh - scripts/deploy_dashboards.sh
only: only:
variables:
- $CI_PIPELINE_SOURCE == "manual"
changes: changes:
- dashboards/* - dashboards/*
tags: tags:
...@@ -71,8 +69,6 @@ deploy_alerts_job: ...@@ -71,8 +69,6 @@ deploy_alerts_job:
- echo "Deploying alerts" - echo "Deploying alerts"
- scripts/deploy_alerts.sh - scripts/deploy_alerts.sh
only: only:
variables:
- $CI_PIPELINE_SOURCE == "manual"
changes: changes:
- alerts/* - alerts/*
- alerts-config/* - alerts-config/*
......
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