diff --git a/pipeline_executor/pipeline_executor.go b/pipeline_executor/pipeline_executor.go index a1454c8..c2af4ff 100644 --- a/pipeline_executor/pipeline_executor.go +++ b/pipeline_executor/pipeline_executor.go @@ -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{}