You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it's hardcoded to Deis' example-go app, but the actual git URL used should be customizable via environment variable or another mechanism, so that any 12-factor app repo (not just those in the deis org) can be run through its paces.
Update: We now have buildpack tests that test a variety of buildpacks. I've also updated most of the example apps to have identical output to example-go, so swapping them out should be easier
However, the main tests still use the hardcoded example-go app.
From @mboersma on February 19, 2016 23:42
Currently it's hardcoded to Deis' example-go app, but the actual
git
URL used should be customizable via environment variable or another mechanism, so that any 12-factor app repo (not just those in the deis org) can be run through its paces.Copied from original issue: deis/workflow-e2e#44
The text was updated successfully, but these errors were encountered: