[Agent][Deploy] - sz ga
This commit is contained in:
@@ -183,6 +183,9 @@ func GzipFolderPathToCmiiImageTagMaps(gzipFolderPath string) (frontendImageVersi
|
||||
|
||||
filepath.WalkDir(gzipFolderPath, func(path string, d os.DirEntry, err error) error {
|
||||
//fmt.Println(path)
|
||||
if d == nil {
|
||||
return nil
|
||||
}
|
||||
name := d.Name()
|
||||
if strings.HasSuffix(name, ".tar.gz") {
|
||||
imageName, imageTag := GzipFileNameToImageNameAndTag(name)
|
||||
|
||||
Reference in New Issue
Block a user