From c628170ed86ad2a413604e361ec1968f2a800596 Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Tue, 18 May 2021 11:59:38 +0200
Subject: [PATCH] [ci] Force container-maker checkout.

---
 scripts/ci/extends/container-maker-setup.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/ci/extends/container-maker-setup.yml b/scripts/ci/extends/container-maker-setup.yml
index e8136e4f44c..61d7a41a16f 100644
--- a/scripts/ci/extends/container-maker-setup.yml
+++ b/scripts/ci/extends/container-maker-setup.yml
@@ -1,6 +1,6 @@
 .container-maker-setup:
   before_script:
-    - git submodule update --init ThirdParty/container-maker
+    - git submodule update --init --force ThirdParty/container-maker
     - cd ThirdParty/container-maker
     - rm -rf _out .venv
     - poetry install
-- 
GitLab