fixed docker image build hook path

This commit is contained in:
André Bauer 2019-02-13 10:52:33 +01:00
parent 17acd8f992
commit 11b0d4d286

View file

@ -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"