mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-22 01:37:01 +01:00
specifically set latest & stable versions
This commit is contained in:
parent
b6c0527047
commit
cde2689051
@ -138,17 +138,17 @@ while :; do
|
|||||||
# Version switches
|
# Version switches
|
||||||
#################################################
|
#################################################
|
||||||
--latest)
|
--latest)
|
||||||
export AQUARIUS_VERSION=${AQUARIUS_VERSION:-latest}
|
export AQUARIUS_VERSION="latest"
|
||||||
export BRIZO_VERSION=${BRIZO_VERSION:-latest}
|
export BRIZO_VERSION="latest"
|
||||||
export KEEPER_VERSION=${KEEPER_VERSION:-latest}
|
export KEEPER_VERSION="latest"
|
||||||
export PLEUSTON_VERSION=${PLEUSTON_VERSION:-latest}
|
export PLEUSTON_VERSION="latest"
|
||||||
printf $COLOR_Y'Switched to latest components...\n\n'$COLOR_RESET
|
printf $COLOR_Y'Switched to latest components...\n\n'$COLOR_RESET
|
||||||
;;
|
;;
|
||||||
--stable)
|
--stable)
|
||||||
export AQUARIUS_VERSION=${AQUARIUS_VERSION:-stable}
|
export AQUARIUS_VERSION="stable"
|
||||||
export BRIZO_VERSION=${BRIZO_VERSION:-stable}
|
export BRIZO_VERSION="stable"
|
||||||
export KEEPER_VERSION=${KEEPER_VERSION:-stable}
|
export KEEPER_VERSION="stable"
|
||||||
export PLEUSTON_VERSION=${PLEUSTON_VERSION:-stable}
|
export PLEUSTON_VERSION="stable"
|
||||||
printf $COLOR_Y'Switched to stable components...\n\n'$COLOR_RESET
|
printf $COLOR_Y'Switched to stable components...\n\n'$COLOR_RESET
|
||||||
;;
|
;;
|
||||||
--force-pull)
|
--force-pull)
|
||||||
|
Loading…
Reference in New Issue
Block a user