To repair SSO test (#2295)

This commit is contained in:
Cesar Celis Hernandez
2022-09-06 03:12:16 -04:00
committed by GitHub
parent 035a5b88c2
commit 2f81b750a3

View File

@@ -136,6 +136,10 @@ jobs:
echo "The idea is to build minio image from downloaded repository";
cd $GITHUB_WORKSPACE/minio_repository;
echo "replace github.com/minio/console => ../" >> go.mod
echo "updates to go.mod needed; to update it: go mod tidy"
go mod tidy
echo "Get git version to build MinIO Image";
VERSION=`git rev-parse HEAD`;
echo $VERSION;