From 93e1a6f42548025bcccd3e8cfbcbd1001b4e4a40 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 25 Jul 2018 15:59:59 +0300 Subject: Add: log blob name when creating artifact --- ick2/actions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ick2/actions.py b/ick2/actions.py index 920003e..89f9ac6 100644 --- a/ick2/actions.py +++ b/ick2/actions.py @@ -287,6 +287,7 @@ class ArchiveBaseAction(Action): # pragma: no cover if not blob_name: env.report(1, 'No artifact_name parameter\n') return 1 + env.report(None, 'Createing new artifact named {}\n'.format(blob_name)) globs = step.get('globs') if globs is None: -- cgit v1.2.1