瀏覽代碼

Add check for ma1sd repo changes on image self build

Adding when clause to ma1sd image build task to avoid image being built if not needed.
pull/1697/head
Sweeny 4 年之前
committed by GitHub
父節點
當前提交
36d4d1f66e
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      roles/matrix-ma1sd/tasks/setup_install.yml

+ 1
- 0
roles/matrix-ma1sd/tasks/setup_install.yml 查看文件

@@ -87,6 +87,7 @@
shell: "DOCKER_BUILDKIT=1 ./gradlew dockerBuild"
args:
chdir: "{{ matrix_ma1sd_docker_src_files_path }}"
when: matrix_ma1sd_git_pull_results.changed

- name: Ensure ma1sd Docker image is tagged correctly
docker_image:


Loading…
取消
儲存