Skip to content

Commit c975e97

Browse files
committed
wip: update workdir
Signed-off-by: Michelle McAveety <[email protected]>
1 parent bf417b5 commit c975e97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apicurio-registry.yaml

Lines changed: 2 additions & 1 deletion
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
@@ -82,6 +82,7 @@ subpackages:
8282
- name: ${{package.name}}-nginx-config
8383
description: nginx configuration files for upstream configuration
8484
pipeline:
85+
- working-directory: ui
8586
- runs: |
8687
# Configure certificate and key
8788
mkdir -p /etc/pki/nginx/private

0 commit comments

Comments
 (0)