diff --git a/dev/functions b/dev/functions index dd5a3b54f7c7e81ee5b0e33b09221a33682ef3f6..32baa3314e0b16cb5957c014b0dff1d6bff42408 100644 --- a/dev/functions +++ b/dev/functions @@ -72,7 +72,8 @@ function config_defaults { if [ -f "${PARENT}/../.gitreview" ]; then BRANCH=$(awk -F'=' '/defaultbranch/ {print $2}' "${PARENT}/../.gitreview") if [[ "${BRANCH}" == "" ]]; then - SERIES="master" + # TODO(priteau): Revert to master once we use Python 3.8+ + SERIES="yoga" else SERIES="$(echo ${BRANCH} | sed 's|stable/||')" fi