From ebd272e30ae7bcf0ea378566958477c8c4713b40 Mon Sep 17 00:00:00 2001 From: Ibby Hadeed Date: Tue, 28 Mar 2017 20:28:27 -0400 Subject: [PATCH] revert last test commit --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 7fda826e..bcd76265 100644 --- a/circle.yml +++ b/circle.yml @@ -33,7 +33,7 @@ jobs: - deploy: name: Update docs command: | - if [ "${CIRCLE_BRANCH}" == "cci2" ]; then + if [ "${CIRCLE_BRANCH}" == "master" ]; then ./scripts/docs/update_docs.sh else echo "We are on ${CIRCLE_BRANCH} branch, not going to update docs."