Olaf Bohlen
2023-03-01 4d8bfd9942fc5801e048487a9cde91a64326e4d3
.s2i/bin/assemble
@@ -3,13 +3,19 @@
# pre code
echo "hello class"
/usr/libexec/s2i/bin/assemble
echo "*** checking for artifacts"
if [ -d /tmp/artifacts ]; then
  echo "*** found artifacts:"
  ls -l /tmp/artifacts
fi
/usr/libexec/s2i/assemble
rc=$?
if [ $rt -eq 0 ]; then
if [ $rc -eq 0 ]; then
  echo "bye class"
else
  echo "sorry, build failed"
fi
exit $rt
exit $rc