From cf472ed68bcb172238f4f45f2b6f089baede35ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Tue, 6 Feb 2018 17:45:51 +0100 Subject: [PATCH] final location --- .s2i/bin/assemble | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.s2i/bin/assemble b/.s2i/bin/assemble index 388f0ee..150e1b6 100755 --- a/.s2i/bin/assemble +++ b/.s2i/bin/assemble @@ -3,10 +3,8 @@ # Exit immediately if command returns non-zero status code set -e -# The GIT repository is cloned into /tmp/s2i/src -cd /tmp - -find /tmp +# The GIT repository is cloned into /tmp/src +cd /tmp/src echo "Install nginx configuration files..." cp conf.d/sso-proxy.conf $NGINX_CONFIGURATION_PATH/