Skip to content

Commit 2ea6746

Browse files
authored
Remove additional directory path. (#25772)
1 parent 46d7df8 commit 2ea6746

File tree

1 file changed

+1
-1
lines changed
  • integrations/docker/images/chip-cert-bins

1 file changed

+1
-1
lines changed

integrations/docker/images/chip-cert-bins/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ COPY --from=chip-build-cert-bins /root/connectedhomeip/out/thermostat-app thermo
299299
COPY --from=chip-build-cert-bins /root/connectedhomeip/out/chip-ota-provider-app chip-ota-provider-app
300300
COPY --from=chip-build-cert-bins /root/connectedhomeip/out/chip-ota-requestor-app chip-ota-requestor-app
301301
COPY --from=chip-build-cert-bins /root/connectedhomeip/out/chip-lock-app chip-lock-app
302-
COPY --from=chip-build-cert-bins /root/connectedhomeip/out/app1/chip-app1 chip-app1
302+
COPY --from=chip-build-cert-bins /root/connectedhomeip/out/chip-app1 chip-app1
303303

304304
# Stage 3.1 Setup the Matter Python environment
305305
COPY --from=chip-build-cert-bins /root/connectedhomeip/out/python_lib python_lib

0 commit comments

Comments
 (0)