From 11b0d4d286722b7146cd6ffce72f7bc9701928e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Wed, 13 Feb 2019 10:52:33 +0100 Subject: [PATCH] fixed docker image build hook path --- .circleci/docker-image-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/docker-image-build.sh b/.circleci/docker-image-build.sh index 3ecb64a33..8d864ad94 100755 --- a/.circleci/docker-image-build.sh +++ b/.circleci/docker-image-build.sh @@ -16,7 +16,7 @@ if [ "${CIRCLE_BRANCH}" == 'develop' ]; then export DOCKER_REPOSITORY GITHUB_REPOSITORY="zammad-docker" elif [ "${CIRCLE_BRANCH}" == 'stable' ]; then - BUILD_SCRIPT="hooks/build.sh" + BUILD_SCRIPT="hooks/build" DOCKER_REPOSITORY="zammad-docker-compose" export DOCKER_REPOSITORY GITHUB_REPOSITORY="zammad-docker-compose"