Skip to content

Commit d05d16b

Browse files
committed
To repair SSO test
1 parent 035a5b8 commit d05d16b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/jobs.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,10 @@ jobs:
136136
echo "The idea is to build minio image from downloaded repository";
137137
cd $GITHUB_WORKSPACE/minio_repository;
138138
echo "replace github.com/minio/console => ../" >> go.mod
139+
140+
echo "updates to go.mod needed; to update it: go mod tidy"
141+
go mod tidy
142+
139143
echo "Get git version to build MinIO Image";
140144
VERSION=`git rev-parse HEAD`;
141145
echo $VERSION;

0 commit comments

Comments
 (0)