Skip to content

Commit

Permalink
gitlab-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 5ae9b66 commit 668ae71
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jobs/scripts/gitlab-fs-integration/gitlab-fs-integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ systemctl start libvirtd

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 668ae71

Please sign in to comment.