Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Commit 2505e06

Browse files
committed
Create box in VagrantCloud if not exists
1 parent a3d5afc commit 2505e06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

upload_box_to_vagrantcloud.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ cmdline() {
167167
fi
168168
else
169169
echo "*** Box: ${NAME} - doesn't exist..."
170+
vagrant cloud box create --no-private --no-tty --short-description "${SHORT_DESCRIPTION}" "${VAGRANT_CLOUD_USER}/${NAME}"
170171
fi
171172

172173
# Check if the version already exists otherwise create new one

0 commit comments

Comments
 (0)