Ver código fonte
Merge pull request #481 from hooger/changes
fix skype bridge being rebuilt when upstream changed
pull/483/head
Slavi Pantaleev
6 anos atrás
committed by
GitHub
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG: 4AEE18F83AFDEB23
1 arquivos alterados com
1 adições e
0 exclusões
-
roles/matrix-bridge-mx-puppet-skype/tasks/setup_install.yml
|
|
|
@@ -42,6 +42,7 @@ |
|
|
|
docker_image: |
|
|
|
name: "{{ matrix_mx_puppet_skype_docker_image }}" |
|
|
|
source: build |
|
|
|
force_source: yes |
|
|
|
build: |
|
|
|
dockerfile: Dockerfile |
|
|
|
path: "{{ matrix_mx_puppet_skype_docker_src_files_path }}" |
|
|
|
|