This repository was archived by the owner on May 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,9 @@ cmdline() {
163
163
echo " *** Box: ${NAME} - doesn't exist..."
164
164
fi
165
165
166
- vagrant cloud publish --force --description " ${LONG_DESCRIPTION} " --version-description " ${LONG_DESCRIPTION} " --release --short-description " ${SHORT_DESCRIPTION} " --checksum-type sha256 --checksum " ${CHECKSUM_BOX_FILE} " " ${VAGRANT_CLOUD_USER} /${NAME} " " ${BOX_VERSION} " " ${VAGRANT_PROVIDER} " " ${VAGRANT_CLOUD_BOX_FILE} "
166
+ # Workaround for https://github.com/hashicorp/vagrant/issues/12026
167
+ # vagrant cloud publish --force --description "${LONG_DESCRIPTION}" --version-description "${LONG_DESCRIPTION}" --release --short-description "${SHORT_DESCRIPTION}" --checksum-type sha256 --checksum "${CHECKSUM_BOX_FILE}" "${VAGRANT_CLOUD_USER}/${NAME}" "${BOX_VERSION}" "${VAGRANT_PROVIDER}" "${VAGRANT_CLOUD_BOX_FILE}"; then
168
+ vagrant cloud publish --force --description " ${LONG_DESCRIPTION} " --version-description " ${LONG_DESCRIPTION} " --release --short-description " ${SHORT_DESCRIPTION} " --checksum-type sha256 --checksum " ${CHECKSUM_BOX_FILE} " " ${VAGRANT_CLOUD_USER} /${NAME} " " ${BOX_VERSION} " " ${VAGRANT_PROVIDER} " " ${VAGRANT_CLOUD_BOX_FILE} " || vagrant cloud version release " ${VAGRANT_CLOUD_USER} /${NAME} " " ${BOX_VERSION} "
167
169
}
168
170
169
171
You can’t perform that action at this time.
0 commit comments