Olaf Bohlen
2020-11-11 9ce1545cb766899d406c03cdbdc7ccd907738e89
fix custom s2i scripts
1 files modified
6 ■■■■ changed files
.s2i/bin/assemble 6 ●●●● patch | view | raw | blame | history
.s2i/bin/assemble
@@ -3,13 +3,13 @@
# pre code
echo "hello class"
/usr/libexec/s2i/bin/assemble
/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