Skip to content
Snippets Groups Projects
Verified Commit 9c125fa8 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: keep should not fail job

parent 6abc66c6
No related branches found
No related tags found
No related merge requests found
......@@ -252,7 +252,8 @@ func SyncHtml(p string) error {
kNode := q.MatchAll(destinationFiles[d])
if kNode == nil {
return fmt.Errorf("keep node not found: %s", n)
fmt.Errorf("keep node not found: %s", n)
continue
}
for _, k := range kNode {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment