infinite-wish-board icon indicating copy to clipboard operation
infinite-wish-board copied to clipboard

Travis CI fails on PRs from forks

Open johnverrone opened this issue 5 years ago • 2 comments

Summary: The PR builds are failing on PR's coming from forked organizations. eg. https://travis-ci.org/homedepot/infinite-wish-board/jobs/592185038#L219

This is from this line of the Travis config.

Notes: It seems like this is related to managing the GCP service account keys.

johnverrone avatar Oct 01 '19 19:10 johnverrone

I am not sure why this sometimes works on some PRs and not others. @WRMilling any ideas? Did the GAE keys change in your efforts?

crstamps2 avatar Oct 01 '19 22:10 crstamps2

That's all travis setup, failing to decrypt the key based on a private variable. I propose we skip all the deployment automation for now (doesn't actually run on PRs anyway) and loop back around to deploys tomorrow. @crstamps2 I can work with you to get you the access you need / resolve this.

For now, PR #71

wrmilling avatar Oct 01 '19 23:10 wrmilling