Procházet zdrojové kódy

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 před 4 roky
committed by GitHub
rodič
revize
36d4d1f66e
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 4AEE18F83AFDEB23
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      roles/matrix-ma1sd/tasks/setup_install.yml

+ 1
- 0
roles/matrix-ma1sd/tasks/setup_install.yml Zobrazit soubor

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


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


Načítá se…
Zrušit
Uložit