[fix] Remove stable and testing because images do not exist anymore

This commit is contained in:
Rafi59 2018-03-13 17:46:35 +01:00 committed by GitHub
parent 37e61f290a
commit 5ac69d0ae0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -122,13 +122,7 @@ elif [ "$1" = "run" ]; then
echo "" echo ""
# Get vagrant box info from version # Get vagrant box info from version
if [ "$VERSION" = "stable" ]; then if [ "$VERSION" = "unstable" ]; then
BOX_NAME="yunohost/jessie-stable"
BOX_URL="https://build.yunohost.org/yunohost-jessie-stable.box"
elif [ "$VERSION" = "testing" ]; then
BOX_NAME="yunohost/jessie-testing"
BOX_URL="https://build.yunohost.org/yunohost-jessie-testing.box"
elif [ "$VERSION" = "unstable" ]; then
BOX_NAME="yunohost/jessie-unstable" BOX_NAME="yunohost/jessie-unstable"
BOX_URL="https://build.yunohost.org/yunohost-jessie-unstable.box" BOX_URL="https://build.yunohost.org/yunohost-jessie-unstable.box"
elif [ "$VERSION" = "stretch-unstable" ]; then elif [ "$VERSION" = "stretch-unstable" ]; then