From ef657682bdb242002c63646c227f31cc1822cfef Mon Sep 17 00:00:00 2001 From: Beda Kosata Date: Fri, 8 Oct 2021 12:49:29 +0200 Subject: [PATCH] update project_branch in ansible settings --- docs/ansible/roles/celus/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ansible/roles/celus/defaults/main.yml b/docs/ansible/roles/celus/defaults/main.yml index 855e9c90..eebcbf4a 100644 --- a/docs/ansible/roles/celus/defaults/main.yml +++ b/docs/ansible/roles/celus/defaults/main.yml @@ -5,7 +5,7 @@ project_git_path_base: https://github.com/techlib/ # default version tag to check when getting project data from git # it defines both the version of the source code in GIT and which compiled static files to get -project_branch: v1.0.36 +project_branch: v1.0.39 # default settings version to use settings_version: production