From 2dcff4c2058ce1cda5e90c96bb00387f9d92e7f1 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 5 Jun 2019 14:18:35 +0200 Subject: [PATCH] remove stable flag * closes #157 --- start_ocean.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/start_ocean.sh b/start_ocean.sh index 0bd3c27..c7b6e7e 100755 --- a/start_ocean.sh +++ b/start_ocean.sh @@ -144,13 +144,6 @@ while :; do export PLEUSTON_VERSION="latest" printf $COLOR_Y'Switched to latest components...\n\n'$COLOR_RESET ;; - --stable) - export AQUARIUS_VERSION="stable" - export BRIZO_VERSION="stable" - export KEEPER_VERSION="stable" - export PLEUSTON_VERSION="stable" - printf $COLOR_Y'Switched to stable components...\n\n'$COLOR_RESET - ;; --force-pull) export FORCEPULL="true" printf $COLOR_Y'Pulling the latest revision of the used Docker images...\n\n'$COLOR_RESET