Skip to content
Snippets Groups Projects
Verified Commit 9c176e62 authored by Kristian Klausen's avatar Kristian Klausen :tada:
Browse files

Fix Vagrant publishing failing due to broken direct upload[1]

It broke ~2 month ago and I suspect it is a backend issue, so disable
the usage of direct upload for now, so we can release boxes to Vagrant
Cloud again.

[1] https://github.com/hashicorp/vagrant/issues/13319
parent 26d319f0
No related branches found
No related tags found
No related merge requests found
......@@ -191,8 +191,8 @@ publish:
done
- vagrant cloud auth login --check
- vagrant cloud box show archlinux/archlinux
- vagrant cloud publish archlinux/archlinux "${BUILD_VERSION}" libvirt output/Arch-Linux-x86_64-libvirt-*.box --release -f
- vagrant cloud publish archlinux/archlinux "${BUILD_VERSION}" virtualbox output/Arch-Linux-x86_64-virtualbox-*.box --release -f
- vagrant cloud publish archlinux/archlinux "${BUILD_VERSION}" libvirt output/Arch-Linux-x86_64-libvirt-*.box --release --no-direct-upload -f
- vagrant cloud publish archlinux/archlinux "${BUILD_VERSION}" virtualbox output/Arch-Linux-x86_64-virtualbox-*.box --release --no-direct-upload -f
cleanup:
stage: cleanup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment