Cleanup logging

This commit is contained in:
2023-02-24 23:00:31 -07:00
parent 5373a37bee
commit 3ae27bffc5
+1 -1
View File
@@ -159,7 +159,7 @@ func ExecutePipeline(pe PipelineExecution, db database.Database, pipelineConf co
return
}
log.Info("Image built sucessfully sucessfully")
log.Info("Image built sucessfully")
hostConfig := container.HostConfig{}