Skip to content

Commit

Permalink
fix: add back removed log
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Germanov committed Nov 1, 2024
1 parent 7d4e70c commit b988bbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/mtaBuild.go
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,8 @@ func runMtaBuild(config mtaBuildOptions, commonPipelineEnvironment *mtaBuildComm
}

func handlePublish(config mtaBuildOptions, commonPipelineEnvironment *mtaBuildCommonPipelineEnvironment, utils mtaBuildUtils, mtarName string, isMtarNativelySuffixed bool) error {
log.Entry().Infof("publish detected")

if len(config.MtaDeploymentRepositoryPassword) == 0 ||
len(config.MtaDeploymentRepositoryUser) == 0 ||
len(config.MtaDeploymentRepositoryURL) == 0 {
Expand Down

0 comments on commit b988bbd

Please sign in to comment.