This repository was archived by the owner on Jan 19, 2019. It is now read-only.
This repository was archived by the owner on Jan 19, 2019. It is now read-only.
Release build broken #113
Closed
Description
When I tried to do a release, it errors out. I think this has to do with the .gitattributes
change, but I'm unfamiliar with how that works.
Relevant log snip:
Running tests
Calculating changes for release
Release is 1.0.0
Generating changelog
Committing to git
[master 52c116a] Build: package.json and changelog update for 1.0.0
1 file changed, 9 insertions(+)
Generating 1.0.0
npm ERR! Linux 3.16.0-4-amd64
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "version" "1.0.0"
npm ERR! node v4.4.7
npm ERR! npm v2.15.8
npm ERR! Git working directory not clean.
npm ERR! M .travis.yml
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! <https://github.com/npm/npm/issues>
npm ERR! Please include the following file with any support request:
npm ERR! /var/lib/jenkins/workspace/Releases/typescript-eslint-parser Release/typescript-eslint-parser/npm-debug.log
npm ERR! Linux 3.16.0-4-amd64
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "run" "ci-release"
npm ERR! node v4.4.7
npm ERR! npm v2.15.8
npm ERR! code ELIFECYCLE
npm ERR! typescript-eslint-parser@0.4.0 ci-release: `eslint-ci-release`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the typescript-eslint-parser@0.4.0 ci-release script 'eslint-ci-release'.
npm ERR! This is most likely a problem with the typescript-eslint-parser package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! eslint-ci-release
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs typescript-eslint-parser
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!
npm ERR! npm owner ls typescript-eslint-parser
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /var/lib/jenkins/workspace/Releases/typescript-eslint-parser Release/typescript-eslint-parser/npm-debug.log
Build step 'Execute shell' marked build as failure
[ssh-agent] Stopped.
Finished: FAILURE
@JamesHenry I think this problem is somehow related to 45b9874. Any ideas?