Skip to content

Commit 668ae71

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ systemctl start libvirtd
5656

5757
set +e
5858

59+
# https://bugzilla.redhat.com/show_bug.cgi?id=2337302
60+
export VAGRANT_SERVER_URL="https://vagrantcloud.com/api/v2/vagrant"
61+
5962
EXTRA_VARS="${TEST_EXTRA_VARS}" make "${TEST_TARGET}"
6063
ret=$?
6164

0 commit comments

Comments
 (0)