dschmidt / ember-cli-deploy-sentry

An ember-cli-deploy-plugin to upload javascript sourcemaps to Sentry
MIT License
42 stars 51 forks source link

Fix deploy message not being able to call readConfig #27

Closed duizendnegen closed 7 years ago

duizendnegen commented 7 years ago

New released of ember-cli-deploy-plugin-base broke what we understood for this in the context of createDeployPlugin, so we have to resort to reading config somewhere else (or using their pluginHelper).

(if you're happy with the code, could you please cut a release? - as this is breaking pipelines)

duizendnegen commented 7 years ago

Note that this disables configurability for the deploy message, let me know if that's undesired.

dschmidt commented 7 years ago

Fair enough, let's fix pipelines!