Add debug infos
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Moritz 2024-04-30 15:27:17 +02:00
parent 282215cf9c
commit 2a9a98172f
1 changed files with 1 additions and 0 deletions

View File

@ -161,6 +161,7 @@ def copy_secrets(apps):
f"For the secret {sec['SecretName']} the file {src} does not exist for {s.name}")
continue
dst = SECRET_PATH + sec['SecretName']
logger.debug("Copy Secret {sec['SecretName']}")
copyfile(src, dst)