Right now we combine the use of git describe with grep to determine if a given build is a release, but this conflicts with uses of set -e in evergreen.yml because when grep returns 1 our scripts fail.
This is mostly needed for the Mobile build right now, but it can have other uses later.