mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
[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
This commit is contained in:
parent
1ce02a074f
commit
9b4408505f
1 changed files with 1 additions and 9 deletions
10
ynh-dev
10
ynh-dev
|
@ -31,8 +31,6 @@ PACKAGES :
|
||||||
yunohost-admin
|
yunohost-admin
|
||||||
|
|
||||||
VERSION
|
VERSION
|
||||||
stable
|
|
||||||
testing
|
|
||||||
unstable
|
unstable
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
@ -124,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
|
||||||
|
|
Loading…
Add table
Reference in a new issue