Compare commits

..

2 Commits

Author SHA1 Message Date
Shubham Agrawal 55bcc90781 [Don't merge]: Test error in drone 2021-02-18 13:40:16 +05:30
Shubham Agrawal 3e4dad8cae Merge pull request #10 from drone/fix_pipeline
Fix pipeline yaml with auto tag suffix
2021-01-30 00:10:51 +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")
}