Quellcode durchsuchen

Merge pull request #2046 from etkecc/patch-54

Update Honoroit 0.9.12 -> 0.9.13
pull/2049/head
Slavi Pantaleev vor 3 Jahren
committed by GitHub
Ursprung
Commit
87e50e4137
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: 4AEE18F83AFDEB23
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      roles/matrix-bot-honoroit/defaults/main.yml

+ 1
- 1
roles/matrix-bot-honoroit/defaults/main.yml Datei anzeigen

@@ -9,7 +9,7 @@ matrix_bot_honoroit_docker_repo: "https://gitlab.com/etke.cc/honoroit.git"
matrix_bot_honoroit_docker_repo_version: "{{ matrix_bot_honoroit_version }}"
matrix_bot_honoroit_docker_src_files_path: "{{ matrix_base_data_path }}/honoroit/docker-src"

matrix_bot_honoroit_version: v0.9.12
matrix_bot_honoroit_version: v0.9.13
matrix_bot_honoroit_docker_image: "{{ matrix_bot_honoroit_docker_image_name_prefix }}honoroit:{{ matrix_bot_honoroit_version }}"
matrix_bot_honoroit_docker_image_name_prefix: "{{ 'localhost/' if matrix_bot_honoroit_container_image_self_build else 'registry.gitlab.com/etke.cc/' }}"
matrix_bot_honoroit_docker_image_force_pull: "{{ matrix_bot_honoroit_docker_image.endswith(':latest') }}"


Laden…
Abbrechen
Speichern