CIRCLE_PROJECT_REPONAME not set in local build

$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"

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.