From fd2ebef54cad2321619b486ba6f3ec8be3700f8e Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Mon, 14 Dec 2020 14:46:40 +0100 Subject: [PATCH] Add task to update Photoprism --- .gitlab-ci-template.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitlab-ci-template.yml b/.gitlab-ci-template.yml index 7741e6d..1da93b7 100644 --- a/.gitlab-ci-template.yml +++ b/.gitlab-ci-template.yml @@ -112,6 +112,14 @@ UpdateAlerta: variables: - $ANSIBLE_JOB_NAME && $ANSIBLE_JOB_NAME != "UpdateAlerta" +UpdatePhotoprism: + <<: *default_settings_cron + script: + - ascr photoprism ${CHAT_INPUT} ${ANSIBLE_EXTRA_ARGS} + except: + variables: + - $ANSIBLE_JOB_NAME && $ANSIBLE_JOB_NAME != "UpdatePhotoprism" + SanityCheck: <<: *default_settings_cron script: -- GitLab