mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-20 15:29:28 +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)
|
requirementsHashFilePath := fmt.Sprintf("%s.md5", requirementsFilePath)
|
||||||
|
|
||||||
if _, err := os.Stat(requirementsFilePath); err != nil {
|
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
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -113,7 +113,7 @@ func (t *AnsibleApp) installGalaxyRequirementsFile(requirementsType string, requ
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
} else {
|
} 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
|
return nil
|
||||||
|
Loading…
Reference in New Issue
Block a user