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 +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ cmdline() {
165
165
166
166
# Workaround for https://github.com/hashicorp/vagrant/issues/12026
167
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} "
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} " || curl -s --output /dev/null " https://app.vagrantup.com/api/v1/box/ ${VAGRANT_CLOUD_USER} /${NAME} /version/ ${BOX_VERSION} /release " -X PUT -d " access_token= $VAGRANT_CLOUD_TOKEN "
169
169
}
170
170
171
171
You can’t perform that action at this time.
0 commit comments