fixed docker image build hook path
This commit is contained in:
parent
17acd8f992
commit
11b0d4d286
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue