Fix build.sh for stable/3.4.x (#6329)
Fix issue where `build.sh all` failed with `unable to prepare context: unable to 'git clone' to temporary context directory: error fetching: fatal: Couldn't find remote ref master`
This commit is contained in:
parent
fceb892005
commit
c035839892
@ -8,10 +8,10 @@ TARGETS=(
|
||||
[server]="$(dirname "${BASH_SOURCE[0]}")/../server/docker/"
|
||||
[proxy]="$(dirname "${BASH_SOURCE[0]}")/../caddy/"
|
||||
[autoupdate]="$(dirname "${BASH_SOURCE[0]}")/../autoupdate/"
|
||||
[media]="https://github.com/OpenSlides/openslides-media-service.git"
|
||||
[pgbouncer]="https://github.com/OpenSlides/openslides-docker-compose.git#:pgbouncer"
|
||||
[postfix]="https://github.com/OpenSlides/openslides-docker-compose.git#:postfix"
|
||||
[repmgr]="https://github.com/OpenSlides/openslides-docker-compose.git#:repmgr"
|
||||
[media]="https://github.com/OpenSlides/openslides-media-service.git#stable/3.4.x"
|
||||
[pgbouncer]="https://github.com/OpenSlides/openslides-docker-compose.git#main:pgbouncer"
|
||||
[postfix]="https://github.com/OpenSlides/openslides-docker-compose.git#main:postfix"
|
||||
[repmgr]="https://github.com/OpenSlides/openslides-docker-compose.git#main:repmgr"
|
||||
)
|
||||
|
||||
DOCKER_REPOSITORY="openslides"
|
||||
|
Loading…
Reference in New Issue
Block a user