Skip to content

Commit d0b75ae

Browse files
committed
fix: working directory/run pipeline syntax error
Signed-off-by: Michelle McAveety <[email protected]>
1 parent c975e97 commit d0b75ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apicurio-registry.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ subpackages:
7171
- nodejs-20
7272
pipeline:
7373
- working-directory: ui
74-
- runs: |
74+
runs: |
7575
npm install
7676
npm audit fix --package-lock-only --legacy-peer-deps || true
7777
npm run build
@@ -83,7 +83,7 @@ subpackages:
8383
description: nginx configuration files for upstream configuration
8484
pipeline:
8585
- working-directory: ui
86-
- runs: |
86+
runs: |
8787
# Configure certificate and key
8888
mkdir -p /etc/pki/nginx/private
8989
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

Comments
 (0)