use latest provider, adjust indentation.

This commit is contained in:
ssallam 2021-02-18 11:45:51 +01:00
parent 71b697448f
commit 6b678f4234
1 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ COMPOSE_DIR="${DIR}/compose-files"
# Default versions of Aquarius, Provider
export AQUARIUS_VERSION=${AQUARIUS_VERSION:-v2.1.13}
export PROVIDER_VERSION=${PROVIDER_VERSION:-additionalInput}
export PROVIDER_VERSION=${PROVIDER_VERSION:-latest}
export CONTRACTS_VERSION=${CONTRACTS_VERSION:-v0.5.9}
export PROJECT_NAME="ocean"
export FORCEPULL="false"