diff options
Diffstat (limited to '.papr.yml')
-rw-r--r-- | .papr.yml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -14,6 +14,9 @@ timeout: 45m tests: - CONTAINER_RUNTIME="podman" sh .papr_prepare.sh +artifacts: + - build.log + context: "FAH28" --- @@ -36,6 +39,9 @@ timeout: 45m tests: - sh .papr_prepare.sh +artifacts: + - build.log + context: "CAH smoketested" |