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

Generate script for running PK in CI #338

Closed
kaklakariada opened this issue Aug 4, 2022 · 0 comments · Fixed by #339
Closed

Generate script for running PK in CI #338

kaklakariada opened this issue Aug 4, 2022 · 0 comments · Fixed by #339
Labels
feature Product feature

Comments

@kaklakariada
Copy link
Collaborator

Maven projects use PK via the included plugin. In order to run PK for other build systems like Go we need a different solution.

Proposal:

  • PK generates a shell script that
    • Downloads PK from GitHub
    • Verifies the checksum
    • Runs it with fix or verify
  • PK generates a GH workflow that runs this shell script
  • PK updates the script for the latest version when run with "fix" -- similar to self update Self update #140
@kaklakariada kaklakariada added the feature Product feature label Aug 4, 2022
kaklakariada added a commit that referenced this issue Aug 4, 2022
kaklakariada added a commit that referenced this issue Aug 5, 2022
* #338: Generate ci workflow for running pk verify

* Don't trim stack trace in ci build

* Fix test log output with vscode

* Fix SLF4J warning

* Add script only for golang projects

* Update doc/changes/changes_2.5.1.md

Co-authored-by: KK <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Product feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant