summaryrefslogtreecommitdiffstats
path: root/s2i/bin/assemble.pre
blob: be4477b37c7202fd62099e8bb3fbe94c8d7c6098 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
if [[ "$1" == "-h" ]]; then
	exec /usr/libexec/s2i/usage
fi

set -e

echo "-=- debug -=-"
(set -x; id -a; pwd)
echo "-=-"

export HOME=/opt/app-root/src
cd $HOME