We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7817766 commit e4c5926Copy full SHA for e4c5926
backend/Dockerfile
@@ -54,7 +54,7 @@ COPY backend/src/apiserver/config/sample_config.json /samples/
54
# Compiling the preloaded samples.
55
# The default image is replaced with the GCR-hosted python image.
56
RUN set -e; \
57
- < /samples/sample_config.json jq .[].file --raw-output | while read pipeline_yaml; do \
+ < /samples/sample_config.json jq ".pipelines.[].file" --raw-output | while read pipeline_yaml; do \
58
pipeline_py="${pipeline_yaml%.yaml}"; \
59
python3 "$pipeline_py"; \
60
done
0 commit comments