Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
Description
Makefile in shim:
CORE_SHA=$$(go list -m "github.com/apache/yunikorn-core" | cut -d "-" -f5) SI_SHA=$$(go list -m "github.com/apache/yunikorn-scheduler-interface" | cut -d "-" -f6)
change to:
CORE_SHA=$$(go list -m "github.com/apache/yunikorn-core" | cut -d "-" -f4) SI_SHA=$$(go list -m "github.com/apache/yunikorn-scheduler-interface" | cut -d "-" -f5)