Skip to content

Commit fef85a4

Browse files
committed
fix: disable auth/maven, adjust subpackage to address build failure temporarily
Signed-off-by: Michelle McAveety <[email protected]>
1 parent e57486e commit fef85a4

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

apicurio-registry.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ pipeline:
3434
tag: v${{package.version}}
3535
expected-commit: 5a832c5bf75663c0ec05f83a91935d382e012083
3636

37-
- uses: auth/maven
38-
3937
- uses: maven/pombump
4038

4139
- name: Build
@@ -94,13 +92,13 @@ subpackages:
9492
install -Dm644 -o 1001 -g 0 .docker-scripts/create-config.cjs "${config_dest}/create-config.cjs"
9593
install -Dm644 -o 1001 -g 0 .docker-scripts/update-base-href.cjs "${config_dest}/update-base-href.cjs"
9694
install -Dm644 -o 1001 -g 0 .docker-scripts/entrypoint.sh "${config_dest}/entrypoint.sh"
97-
install -Dm644 -o 1001 -g 0 .docker-scripts/nginx.conf "${{targets.contextdir}}/etc/nginx/nginx.conf"
95+
install -Dm644 -o 1001 -g 0 .docker-scripts/nginx.conf "${config_dest}/etc/nginx/nginx.conf"
9896
9997
# Copy dist files
100-
cp dist/ ${{targets.contextdir}}
98+
# cp dist/ ${{targets.contextdir}}
10199
102100
# Grant write permission to group
103-
chmod -R g+w /opt/app-root/src /usr/local/bin/
101+
# chmod -R g+w /opt/app-root/src /usr/local/bin/
104102
105103
update:
106104
enabled: true

0 commit comments

Comments
 (0)