From 5ac69d0ae0ad4620844c5aecc0d8fe5460b2c43d Mon Sep 17 00:00:00 2001 From: Rafi59 Date: Tue, 13 Mar 2018 17:46:35 +0100 Subject: [PATCH] [fix] Remove stable and testing because images do not exist anymore --- ynh-dev | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/ynh-dev b/ynh-dev index 209326f..8fb2d7e 100755 --- a/ynh-dev +++ b/ynh-dev @@ -122,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