Skip to content

Commit

Permalink
Merge pull request #561 from vespa-engine/kkraune/feed-workaround
Browse files Browse the repository at this point in the history
Workaround: rename vespa directory for cli install MERGEOK
  • Loading branch information
kkraune authored Sep 6, 2023
2 parents 58c580d + 323a27c commit ca968f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/feed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
- name: Get Vespa CLI - update to later versions as needed
run: |
# Workaround: Rename the "vespa" directory in pyvespa, conflicts with the cli install below
# This directory is not needed for the feeding anyway
mv vespa vespa.org
apt update && apt -y install curl
curl -SsLo vespa-cli.tar.gz https://github.com/vespa-engine/vespa/releases/download/v8.209.11/vespa-cli_8.209.11_linux_amd64.tar.gz
tar -xvf vespa-cli.tar.gz && ln -fs vespa-cli_8.209.11_linux_amd64/bin/vespa
Expand Down

0 comments on commit ca968f0

Please sign in to comment.