Compare commits

...

4 Commits

3 changed files with 9 additions and 3 deletions

View File

@ -1,2 +0,0 @@
Jerome Ju <jeromeju@google.com>
Quan Zhang <zhangquan@google.com>

View File

@ -1,3 +1,11 @@
# 🧊 This project is archived and no longer developed or maintained. 🧊
The code remains available for historic purposes.
The README as of the archival date remains unchanged below for historic purposes.
-----
# kaniko - Build Images In Kubernetes
## 🚨NOTE: kaniko is not an officially supported Google product🚨

View File

@ -68,7 +68,7 @@ func ResolvePaths(paths []string, wl []util.IgnoreListEntry) (pathsToAdd []strin
if e != nil {
if !os.IsNotExist(e) {
logrus.Errorf("Couldn't eval %s with link %s", f, link)
return
os.Exit(1)
}
logrus.Tracef("Symlink path %s, target does not exist", f)