We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c975e97 commit d0b75aeCopy full SHA for d0b75ae
apicurio-registry.yaml
@@ -71,7 +71,7 @@ subpackages:
71
- nodejs-20
72
pipeline:
73
- working-directory: ui
74
- - runs: |
+ runs: |
75
npm install
76
npm audit fix --package-lock-only --legacy-peer-deps || true
77
npm run build
@@ -83,7 +83,7 @@ subpackages:
83
description: nginx configuration files for upstream configuration
84
85
86
87
# Configure certificate and key
88
mkdir -p /etc/pki/nginx/private
89
openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/pki/nginx/private/server.key -out /etc/pki/nginx/server.crt --batch
0 commit comments