$CIRCLE_PROJECT_REPONAME is not set in the local build using the CLI. Even when I explicitly set it like below, the env var is still null during the build. Why is this happening?
circleci build --job deploy-dev \
-e GOOGLE_CREDENTIALS="$GOOGLE_CREDENTIALS" \
-e CIRCLE_PROJECT_REPONAME="$REPO_NAME"