-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
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
Fix ci jobs when unify version #64
Conversation
@@ -1,7 +1,6 @@ | |||
name: CI | |||
on: | |||
push: | |||
branches: ['**'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is it safe to remove it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's duplicating the job executions after we added the pull_request
.
My understanding is that we should choose which one we want to keep, for every branch (and it includes pull requests) or only when a pull request is created.
|
||
# chaincode-template-lint: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
comment to be removed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no more comment line in ci.yml.
This PR fixes the
Chaincode Template Lint
job whenunifyVersions.js
is executed.It also updates the
unifyVersions.js
to update a few files (e.g. licenses, lock, oclif manifest) after update thepackage.json
files.