Skip to content
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

Merged
merged 4 commits into from
Feb 26, 2024
Merged

Fix ci jobs when unify version #64

merged 4 commits into from
Feb 26, 2024

Conversation

Fuerback
Copy link

@Fuerback Fuerback commented Feb 26, 2024

This PR fixes the Chaincode Template Lint job when unifyVersions.js is executed.

It also updates the unifyVersions.js to update a few files (e.g. licenses, lock, oclif manifest) after update the package.json files.

@Fuerback Fuerback changed the title [DRAFT] Fix ci jobs when unify version Fix ci jobs when unify version Feb 26, 2024
@Fuerback Fuerback marked this pull request as ready for review February 26, 2024 13:02
@@ -1,7 +1,6 @@
name: CI
on:
push:
branches: ['**']
Copy link
Collaborator

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?

Copy link
Author

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:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

comment to be removed

Copy link
Author

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.

@Fuerback Fuerback merged commit 78015ab into main Feb 26, 2024
7 checks passed
@Fuerback Fuerback deleted the fix/ci-on-unify-version branch February 26, 2024 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants