From 19702a66c4180a3cf2c447ac69dceb23571710ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz> Date: Fri, 13 Aug 2021 14:51:33 +0200 Subject: [PATCH] Aktualizace redmine_work_time --- .gitlab-ci.yml | 2 +- .gitmodules | 3 +++ plugins/redmine_work_time | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 plugins/redmine_work_time diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 989178a..9481779 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ image: docker:19.03.12 variables: DOCKER_TLS_CERTDIR: "/certs" - IMAGE_VER: 4.2.1-passenger-10 + IMAGE_VER: 4.2.1-passenger-11 services: - docker:19.03.12-dind diff --git a/.gitmodules b/.gitmodules index 8af1257..2682af9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,6 @@ [submodule "plugins/redmine_theme_changer"] path = plugins/redmine_theme_changer url = https://github.com/haru/redmine_theme_changer.git +[submodule "plugins/redmine_work_time"] + path = plugins/redmine_work_time + url = https://github.com/tkusukawa/redmine_work_time.git diff --git a/plugins/redmine_work_time b/plugins/redmine_work_time new file mode 160000 index 0000000..d30876f --- /dev/null +++ b/plugins/redmine_work_time @@ -0,0 +1 @@ +Subproject commit d30876f176e899dfe6d57ddfd7d024e7dffd1e39 -- GitLab