Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Haken committed Dec 16, 2024
1 parent 81dcbf8 commit da2f6a8
Show file tree
Hide file tree
Showing 12 changed files with 47 additions and 39 deletions.
2 changes: 1 addition & 1 deletion .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 0 additions & 22 deletions .github/workflows/auto-queue.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/build.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .github/workflows/release.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 34 additions & 0 deletions .mergify.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .npmignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions .projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .projen/files.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const project = new CdklabsConstructLibrary ({
'aws-cdk-lib',
'cdk-nag'
],
private: false,
npmAccess: javascript.NpmAccess.PUBLIC,
license: 'Apache-2.0',
githubOptions: {
Expand Down Expand Up @@ -259,7 +260,9 @@ project.tasks.tryFind('release')?.updateStep(4, {
project.github
?.tryFindWorkflow('release')
?.file?.patch(JsonPatch.remove('/jobs/release_pypi/steps/1'));
project.synth();
project.github
?.tryFindWorkflow('release')
?.file?.patch(JsonPatch.add('/jobs/release_maven/steps/2', {"name": " Install gpg-agent", "run": "sudo dnf install --allowerasing gnupg2"}));

project.github
?.tryFindWorkflow('build')
Expand Down
3 changes: 0 additions & 3 deletions package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit da2f6a8

Please sign in to comment.