1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-11-21 17:27:00 +01:00

remove stable flag

* closes #157
This commit is contained in:
Matthias Kretschmann 2019-06-05 14:18:35 +02:00
parent cde2689051
commit 2dcff4c205
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -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