From 3ba2388af7f334cf23b19aad926183788b8f98e6 Mon Sep 17 00:00:00 2001 From: Alexandre de Verteuil Date: Thu, 25 Jul 2019 09:40:27 -0400 Subject: [PATCH] CI: Change target branch in CI task trigger-docs-update (#18255) This changes trigger-docs-update job so that the docs build goes to production. There is no additional risk to push a broken site in production. The docs build process is to publish to staging, then wait for a manual approval before publishing to prod. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b8093d19d44..3102816ce20 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -654,7 +654,7 @@ jobs: echo "Build URL:" curl -s -u "$DOCS_CIRCLE_TOKEN:" \ -d build_parameters[CIRCLE_JOB]=pull-submodule-changes \ - https://circleci.com/api/v1.1/project/github/grafana/docs.grafana.com/tree/staging \ + https://circleci.com/api/v1.1/project/github/grafana/docs.grafana.com/tree/master \ | jq .build_url else echo "-- no changes to docs files --"