Browse Source

fixed docker image build hook path

André Bauer 6 years ago
parent
commit
11b0d4d286
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .circleci/docker-image-build.sh

+ 1 - 1
.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"