run gateway mint test in full mode (#7296)

This commit is contained in:
Sidhartha Mani 2019-02-27 10:03:23 -08:00 committed by kannappanr
parent 5e69a107d8
commit b983da957d

View file

@ -42,6 +42,7 @@ cd /mint
export MINT_ROOT_DIR=${MINT_ROOT_DIR:-/mint}
export MINT_RUN_CORE_DIR="$MINT_ROOT_DIR/run/core"
export MINT_RUN_SECURITY_DIR="$MINT_ROOT_DIR/run/security"
export MINT_MODE="full"
export WGET="wget --quiet --no-check-certificate"
go get github.com/go-ini/ini