From 25b5904b8423ae805ccc3c051b36ff3d57920896 Mon Sep 17 00:00:00 2001 From: Aditya Manthramurthy Date: Mon, 18 Oct 2021 09:31:55 -0700 Subject: [PATCH] Enable sanity tests for internal IDP (#13457) Co-authored-by: Harshavardhana --- buildscripts/verify-build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/buildscripts/verify-build.sh b/buildscripts/verify-build.sh index 18324210a..4a9e228e9 100755 --- a/buildscripts/verify-build.sh +++ b/buildscripts/verify-build.sh @@ -20,6 +20,7 @@ export SECRET_KEY="minio123" export ENABLE_HTTPS=0 export GO111MODULE=on export GOGC=25 +export ENABLE_ADMIN=1 MINIO_CONFIG_DIR="$WORK_DIR/.minio" MINIO=( "$PWD/minio" --config-dir "$MINIO_CONFIG_DIR" )