pantheon-systems / circleci-orb

Use CircleCI to push code to Pantheon Dev and Multidev Environments
10 stars 18 forks source link

Automated comments for environment creation #5

Open stevector opened 5 years ago

stevector commented 5 years ago

terminus build:env:create automates commenting on Pull Requests (really the commenting on the commit). See https://github.com/pantheon-systems/example-drops-8-composer/pull/224#commitcomment-33201725 for an example comment.

For some reason this functionality is not working in my usage of this Orb. I imagine there's an environment variable or something different between example-drops-8-composer and example-wordpress-composer based projects and the ones I'm using.

I'm getting the error message [error] Could not figure out which git repository service to use with .. See https://circleci.com/gh/stevector/stevector-composer/1109 under Commit code to Pantheon repository and push to Pantheon for an example of this error.

ataylorme commented 5 years ago

@stevector looking at the code build tools uses to make those comments it pulls the repo information from git itself, using origin.

Maybe the directory your failure is running in doesn't have GitHub set as the origin remote?