diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-09-10 14:05:49 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-09-10 14:05:49 +0200 |
commit | e711586797e90c09136116b8c97dbbf14acb9865 (patch) | |
tree | 8da53ddb24d5e425da6143e6cf51006c2b48e3a8 | |
parent | df306b2ee1f4ff2b973e369258a183987c2fc161 (diff) | |
download | s2i-jekyll-e711586797e90c09136116b8c97dbbf14acb9865.tar.gz |
some more debug logging
-rwxr-xr-x | s2i/bin/run | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/s2i/bin/run b/s2i/bin/run new file mode 100755 index 0000000..b1ad5d8 --- /dev/null +++ b/s2i/bin/run @@ -0,0 +1,5 @@ +#!/bin/sh +set -x +id -a +pwd +ls -la |