mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-20 07:19:20 +01:00
adapt logs
This commit is contained in:
parent
8492e53163
commit
db492bd5ad
@ -95,7 +95,7 @@ func (t *AnsibleApp) installGalaxyRequirementsFile(requirementsType string, requ
|
||||
requirementsHashFilePath := fmt.Sprintf("%s.md5", requirementsFilePath)
|
||||
|
||||
if _, err := os.Stat(requirementsFilePath); err != nil {
|
||||
t.Log("No " + requirementsType + "/requirements.yml file found. Skip galaxy install process.\n")
|
||||
t.Log("No " + requirementsFilePath + " file found. Skip galaxy install process.\n")
|
||||
return nil
|
||||
}
|
||||
|
||||
@ -113,7 +113,7 @@ func (t *AnsibleApp) installGalaxyRequirementsFile(requirementsType string, requ
|
||||
return err
|
||||
}
|
||||
} else {
|
||||
t.Log(requirementsType + "/requirements.yml has no changes. Skip galaxy install process.\n")
|
||||
t.Log(requirementsFilePath + " has no changes. Skip galaxy install process.\n")
|
||||
}
|
||||
|
||||
return nil
|
||||
|
Loading…
Reference in New Issue
Block a user