From 9b4408505f782408e4919eec064c1a8a63f3806d Mon Sep 17 00:00:00 2001 From: Rafi59 Date: Fri, 16 Mar 2018 15:58:59 +0100 Subject: [PATCH] [fix] Remove stable and testing because images do not exist anymore (#39) * [fix] Remove stable and testing because the images do not exist anymore * [fix] Remove stable and testing because images do not exist anymore --- ynh-dev | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/ynh-dev b/ynh-dev index b18da51..8fb2d7e 100755 --- a/ynh-dev +++ b/ynh-dev @@ -31,8 +31,6 @@ PACKAGES : yunohost-admin VERSION - stable - testing unstable EOF } @@ -124,13 +122,7 @@ elif [ "$1" = "run" ]; then echo "" # Get vagrant box info from version - if [ "$VERSION" = "stable" ]; 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 + if [ "$VERSION" = "unstable" ]; then BOX_NAME="yunohost/jessie-unstable" BOX_URL="https://build.yunohost.org/yunohost-jessie-unstable.box" elif [ "$VERSION" = "stretch-unstable" ]; then