Commit 29deaced authored by Waqas Riaz's avatar Waqas Riaz

reset tags and branches

parent cc0ccd82
......@@ -16,8 +16,10 @@ build_dashboards_job:
- echo "Promoting json artifacts to artifactory"
- scripts/promote_dashboard_artifacts.sh
tags:
- ci-test
- ci
only:
refs:
- master
changes:
- dashboards/*
......@@ -34,13 +36,14 @@ build_alerts_job:
- echo "Promoting json artifacts to artifactory"
- scripts/promote_alerts_artifacts.sh
only:
refs:
- master
changes:
- alerts/*
- alerts-config/*
tags:
- ci-test
# only:
# - master
- ci
deploy_dashboards_job:
stage: deploy_dashboards
......@@ -52,12 +55,12 @@ deploy_dashboards_job:
- echo "Deploying dasbhoards"
- scripts/deploy_dashboards.sh
only:
refs:
- master
changes:
- dashboards/*
tags:
- cd-test
# only:
# - master
- cd
deploy_alerts_job:
stage: deploy_alerts
......@@ -69,10 +72,10 @@ deploy_alerts_job:
- echo "Deploying alerts"
- scripts/deploy_alerts.sh
only:
refs:
- master
changes:
- alerts/*
- alerts-config/*
tags:
- cd-test
# only:
# - master
\ No newline at end of file
- cd
\ 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