summaryrefslogtreecommitdiffstats
path: root/s2i
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-03-04 16:05:14 +0100
committerGerd Hoffmann <kraxel@redhat.com>2020-03-04 16:05:14 +0100
commit0fcae3ccff50194d0c421b5a60f2f7cad48d438f (patch)
tree238eb540c89cafd638788e865aed85c445a72998 /s2i
parent45e4e1e0a3ae5a68cfaaa85a548c38085809734d (diff)
downloads2i-base-httpd-0fcae3ccff50194d0c421b5a60f2f7cad48d438f.tar.gz
move pre debug
Diffstat (limited to 's2i')
-rwxr-xr-xs2i/bin/assemble.pre6
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