Skip to content

Commit 5ae9b66

Browse files
committed
fs-integration: Workaround change in vagrant server url
See https://bugzilla.redhat.com/show_bug.cgi?id=2337302 for more details.
1 parent 6b48786 commit 5ae9b66

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

jobs/scripts/fs-integration/fs-integration.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ fi
130130

131131
set +e
132132

133+
# https://bugzilla.redhat.com/show_bug.cgi?id=2337302
134+
export VAGRANT_SERVER_URL="https://vagrantcloud.com/api/v2/vagrant"
135+
133136
EXTRA_VARS="${TEST_EXTRA_VARS}" make "${TEST_TARGET}"
134137
ret=$?
135138

0 commit comments

Comments
 (0)