Compare commits

...

1 Commits

Author SHA1 Message Date
Shubham Agrawal 55bcc90781 [Don't merge]: Test error in drone 2021-02-18 13:40:16 +05:30
+1 -1
View File
@@ -27,7 +27,7 @@ type (
// Exec executes the plugin step
func (p Plugin) Exec() error {
if p.Build.Repo == "" {
if p.Build.Repo == ""
return fmt.Errorf("repository name to publish image must be specified")
}