Compare commits

..

2 Commits

Author SHA1 Message Date
abhay084 22cb6a2d3d correct reference 2024-05-10 11:05:38 +05:30
abhay084 dc4f0a8c21 feat: [CI-10849]: add git-leaks support 2024-05-10 11:05:38 +05:30
+1 -1
View File
@@ -222,7 +222,7 @@ func (p Plugin) Exec() error {
}
if p.Build.SnapshotMode != "" {
cmdArgs = append(cmdArgs, fmt.Sprintf("--snapshot-mode=%s", p.Build.SnapshotMode))
cmdArgs = append(cmdArgs, fmt.Sprintf("--snapshotMode=%s", p.Build.SnapshotMode))
}
if p.Build.EnableCache {