From e0e321e22d9eb0df6222c14b79a723e7cac65e32 Mon Sep 17 00:00:00 2001 From: Corentin Forler <8860073-cforler_dokos@users.noreply.gitlab.com> Date: Wed, 14 Feb 2024 14:56:43 +0100 Subject: [PATCH] fix(docker): Add webshop to built image --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4c7698a971..c069a35478 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -72,6 +72,7 @@ build_docker: [ { "url": "https://gitlab.com/dokos/payments", "branch": "$APPS_BRANCH" }, { "url": "https://gitlab.com/dokos/hrms", "branch": "$APPS_BRANCH" }, + { "url": "https://gitlab.com/dokos/webshop", "branch": "$APPS_BRANCH" }, { "url": "https://gitlab.com/dokos/dokos", "branch": "$CI_COMMIT_REF_NAME" } ] EOF -- GitLab