pantheon-systems / docker-build-tools-ci

Dockerfile source for docker image pantheon-public/build-tools-ci on quay.io
34 stars 39 forks source link

Environment setup sets project name to the string "CIRCLE_PROJECT_REPONAME" if CI_PROJECT_NAME environmental variable is missing #72

Open mdlutz24 opened 3 years ago

mdlutz24 commented 3 years ago

A missing dollar sign in the set-environment script prevents using the default circle ci reponame from being used as the project name requiring CI_PROJECT_NAME to need to be set manually in Circle.

mdlutz24 commented 3 years ago

Fixed with #73