ted created YUNIKORN-1201:
-----------------------------

             Summary: commit hash of docker image label change cut -f
                 Key: YUNIKORN-1201
                 URL: https://issues.apache.org/jira/browse/YUNIKORN-1201
             Project: Apache YuniKorn
          Issue Type: Bug
          Components: shim - kubernetes
            Reporter: ted


Makefile in shim:
{code:java}
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){code}
change to:
 
{code:java}
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){code}
 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@yunikorn.apache.org
For additional commands, e-mail: issues-h...@yunikorn.apache.org

Reply via email to