mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 12:47:39 +01:00
Fix self-building for Postmoogle
Before this, it was trying to pull the `latest` git branch. Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2043
This commit is contained in:
parent
eaf13264e6
commit
5e08e94637
@ -6,7 +6,7 @@ matrix_bot_postmoogle_enabled: true
|
|||||||
|
|
||||||
matrix_bot_postmoogle_container_image_self_build: false
|
matrix_bot_postmoogle_container_image_self_build: false
|
||||||
matrix_bot_postmoogle_docker_repo: "https://gitlab.com/etke.cc/postmoogle.git"
|
matrix_bot_postmoogle_docker_repo: "https://gitlab.com/etke.cc/postmoogle.git"
|
||||||
matrix_bot_postmoogle_docker_repo_version: "{{ matrix_bot_postmoogle_version }}"
|
matrix_bot_postmoogle_docker_repo_version: "{{ 'main' if matrix_bot_postmoogle_version == 'latest' else matrix_bot_postmoogle_version }}"
|
||||||
matrix_bot_postmoogle_docker_src_files_path: "{{ matrix_base_data_path }}/postmoogle/docker-src"
|
matrix_bot_postmoogle_docker_src_files_path: "{{ matrix_base_data_path }}/postmoogle/docker-src"
|
||||||
|
|
||||||
matrix_bot_postmoogle_version: latest
|
matrix_bot_postmoogle_version: latest
|
||||||
|
Loading…
Reference in New Issue
Block a user