revert last test commit

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

View File

@ -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."