We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Related to rwjblue/git-repo-info#11
From a git submodule I get the following error
+- prepare | | | +- revision-data | - creating revision data using `git-commit` | +- didFail TypeError: Cannot read property 'slice' of null TypeError: Cannot read property 'slice' of null at CoreObject.module.exports.CoreObject.extend.generate (/home/ewan/projects/questionr/main/node_modules/ember-cli-deploy-revision-data/lib/data-generators/git-commit.js:14:23)
As a workaround in deploy.js I'm using
var exec = require('child_process').execSync; .... redis: { revisionKey: function(){ return exec('git rev-parse --short --verify HEAD').toString().replace('\n',''); } }
The text was updated successfully, but these errors were encountered:
@achambers I believe the PR above should resolve this.
Sorry, something went wrong.
No branches or pull requests
Related to rwjblue/git-repo-info#11
From a git submodule I get the following error
As a workaround in deploy.js I'm using
The text was updated successfully, but these errors were encountered: