To repair SSO test (#2295)
This commit is contained in:
committed by
GitHub
parent
035a5b88c2
commit
2f81b750a3
4
.github/workflows/jobs.yaml
vendored
4
.github/workflows/jobs.yaml
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user