ember-cli-deploy / ember-cli-deploy-revision-data

An ember-cli-plugin to create a unique revision key for the build
MIT License
22 stars 57 forks source link

[BUGFIX] Remove ' from commit hash if needed #31

Closed ghedamat closed 8 years ago

ghedamat commented 8 years ago

code added in #30 has a CI related bug that did not manifest until after merge (werd!)

In TTY osx consoles an extra ' is sometimes present in front of the commit sha and at the end of the user email. this is not true other times (i.e. on CI)

this should fix temporarily while we investigate more