TMP directory crud
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Colin 2024-06-13 11:51:52 -04:00
parent 646192fd39
commit 39716fd530
8 changed files with 1 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -246,6 +246,7 @@ func checkAndNotify(container ContainerInfo) {
return return
} }
log.Printf("Sending notification for container %s\n", container.Name)
err = sendNotification(filteredOutput) err = sendNotification(filteredOutput)
if err != nil { if err != nil {
log.Printf("Error sending notification for container %s: %v", container.ID, err) log.Printf("Error sending notification for container %s: %v", container.ID, err)