diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-03-04 16:05:14 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-03-04 16:05:14 +0100 |
commit | 0fcae3ccff50194d0c421b5a60f2f7cad48d438f (patch) | |
tree | 238eb540c89cafd638788e865aed85c445a72998 /s2i | |
parent | 45e4e1e0a3ae5a68cfaaa85a548c38085809734d (diff) | |
download | s2i-base-httpd-0fcae3ccff50194d0c421b5a60f2f7cad48d438f.tar.gz |
move pre debug
Diffstat (limited to 's2i')
-rwxr-xr-x | s2i/bin/assemble.pre | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/s2i/bin/assemble.pre b/s2i/bin/assemble.pre index be4477b..c5fb359 100755 --- a/s2i/bin/assemble.pre +++ b/s2i/bin/assemble.pre @@ -4,9 +4,9 @@ fi set -e +export HOME=/opt/app-root/src +cd $HOME + echo "-=- debug -=-" (set -x; id -a; pwd) echo "-=-" - -export HOME=/opt/app-root/src -cd $HOME |