Skip to content

Commit

Permalink
fs-integration: Workaround change in vagrant server url
Browse files Browse the repository at this point in the history
  • Loading branch information
anoopcs9 committed Jan 14, 2025
1 parent 6b48786 commit 5ae9b66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jobs/scripts/fs-integration/fs-integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ fi

set +e

# https://bugzilla.redhat.com/show_bug.cgi?id=2337302
export VAGRANT_SERVER_URL="https://vagrantcloud.com/api/v2/vagrant"

EXTRA_VARS="${TEST_EXTRA_VARS}" make "${TEST_TARGET}"
ret=$?

Expand Down

0 comments on commit 5ae9b66

Please sign in to comment.