test doc update

This commit is contained in:
Ibby Hadeed 2017-03-28 20:27:35 -04:00
parent b872bd01ce
commit 029a196f38

View File

@ -33,7 +33,7 @@ jobs:
- deploy:
name: Update docs
command: |
if [ "${CIRCLE_BRANCH}" == "master" ]; then
if [ "${CIRCLE_BRANCH}" == "cci2" ]; then
./scripts/docs/update_docs.sh
else
echo "We are on ${CIRCLE_BRANCH} branch, not going to update docs."