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.
2 parents e9a15cd + 0ebc6bc commit 204a394Copy full SHA for 204a394
1 file changed
.github/workflows/feed.yml
@@ -60,8 +60,3 @@ jobs:
60
run: |
61
./feed_to_vespa.py _suggestions_config.yml
62
63
- - name: Feed part-purchases-demo
64
- run: |
65
- while IFS=, read -r app endpoint; do
66
- vespa feed -a "$app" -t "$endpoint" examples/part-purchases-demo/ext/feed.jsonl
67
- done < <(./scripts/print-app-endpoints.py _config.yml)
0 commit comments