Explorar el Código
Merge pull request #481 from hooger/changes
fix skype bridge being rebuilt when upstream changed
pull/483/head
Slavi Pantaleev
hace 6 años
committed by
GitHub
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 4AEE18F83AFDEB23
Se han
modificado 1 ficheros con
1 adiciones y
0 borrados
-
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 }}" |
|
|
|
|