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:
Jasper Roloff 2022-01-18 20:31:22 +01:00 committed by GitHub
parent fceb892005
commit c035839892
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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