From 51df2f21e7ec2cf0e4887ab7615a96938d637274 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 5 Jul 2021 22:19:04 +0200 Subject: script: switch into the build source directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- script/post-receive | 1 + 1 file changed, 1 insertion(+) (limited to 'script/post-receive') diff --git a/script/post-receive b/script/post-receive index 7c9edca..c08265e 100644 --- a/script/post-receive +++ b/script/post-receive @@ -38,6 +38,7 @@ do # Build site chmod +x $BUILD_SOURCE/script/docker-build.sh + cd $BUILD_SOURCE POST_RECEIVE=true NUKE=true $BUILD_SOURCE/script/docker-build.sh fi done -- cgit v1.2.3