소스 검색
Merge pull request #481 from hooger/changes
fix skype bridge being rebuilt when upstream changed
pull/483/head
Slavi Pantaleev
6 년 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일과
1개의 추가작업 그리고
0개의 파일을 삭제
-
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 }}" |
|
|
|
|