From 5a7af4cdf120bc1dbc49bd872cbbc2aa4f62de8f Mon Sep 17 00:00:00 2001
From: Olaf Bohlen <olbohlen@eenfach.de>
Date: Wed, 19 Jan 2022 09:42:40 +0100
Subject: [PATCH] blah

---
 .s2i/bin/assemble |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/.s2i/bin/assemble b/.s2i/bin/assemble
index 21ddd33..e8f6167 100644
--- a/.s2i/bin/assemble
+++ b/.s2i/bin/assemble
@@ -3,6 +3,7 @@
 # pre code
 echo "hello class"
 
+echo "*** checking for artifacts"
 if [ -d /tmp/artifacts ]; then
   echo "*** found artifacts:"
   ls -l /tmp/artifacts

--
Gitblit v1.9.3