Skip to content

Commit e4c5926

Browse files
committed
Fix the sample compilation in the API server container build
Signed-off-by: mprahl <[email protected]>
1 parent 7817766 commit e4c5926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ COPY backend/src/apiserver/config/sample_config.json /samples/
5454
# Compiling the preloaded samples.
5555
# The default image is replaced with the GCR-hosted python image.
5656
RUN set -e; \
57-
< /samples/sample_config.json jq .[].file --raw-output | while read pipeline_yaml; do \
57+
< /samples/sample_config.json jq ".pipelines.[].file" --raw-output | while read pipeline_yaml; do \
5858
pipeline_py="${pipeline_yaml%.yaml}"; \
5959
python3 "$pipeline_py"; \
6060
done

0 commit comments

Comments
 (0)