diff --git a/circle.yml b/circle.yml index 05c29a49e6..f2031809a5 100644 --- a/circle.yml +++ b/circle.yml @@ -40,6 +40,5 @@ jobs: if [ "${CIRCLE_BRANCH}" == "master" ]; then ./scripts/ci/deploy.sh else - ./scripts/ci/deploy.sh echo "We are on ${CIRCLE_BRANCH} branch, not going to update docs." fi