Skip to content

Commit

Permalink
Generate dummy error reports
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed May 29, 2024
1 parent 15951f5 commit 2e1201d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-build.yml

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

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

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

14 changes: 14 additions & 0 deletions .project-keeper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,13 @@ build:
id: build-pk-verify
run: mvn --batch-mode -DtrimStackTrace=false --projects . test com.exasol:project-keeper-maven-plugin:verify

- action: INSERT_AFTER
stepId: build-pk-verify
content:
name: Generate dummy error code report
id: generate-dummy-error-code-report
run: echo '{"$schema":"https://schemas.exasol.com/error_code_report-1.0.0.json","errorCodes":[]}' > target/error_code_report.json

- name: "release.yml"
stepCustomizations:
- action: INSERT_AFTER
Expand Down Expand Up @@ -136,3 +143,10 @@ build:
run: ./tools/sign_connector.sh target/cert.p12 target/cert_chain.p7b
env:
CODE_SIGNING_CERTIFICATE_PASSWORD: ${{ secrets.CODE_SIGNING_CERTIFICATE_PASSWORD }}

- action: INSERT_AFTER
stepId: build
content:
name: Generate dummy error code report
id: generate-dummy-error-code-report
run: echo '{"$schema":"https://schemas.exasol.com/error_code_report-1.0.0.json","errorCodes":[]}' > target/error_code_report.json

0 comments on commit 2e1201d

Please sign in to comment.