Add mint versioning tests (#11500)

Co-authored-by: Harshavardhana <harsha@minio.io>
This commit is contained in:
Anis Elleuch
2021-03-06 04:15:42 +01:00
committed by GitHub
parent 79b0d056a2
commit 7ea95fcec8
16 changed files with 2550 additions and 0 deletions
+1
View File
@@ -17,6 +17,7 @@
export MINT_ROOT_DIR=${MINT_ROOT_DIR:-/mint}
export MINT_RUN_CORE_DIR="$MINT_ROOT_DIR/run/core"
export MINT_RUN_BUILD_DIR="$MINT_ROOT_DIR/build"
export MINT_RUN_SECURITY_DIR="$MINT_ROOT_DIR/run/security"
export WGET="wget --quiet --no-check-certificate"