From b263dc671411b95e426ebd6d220e2db14f56dee6 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 21 Sep 2023 09:33:46 -0400 Subject: [PATCH] ci: Force initialize again For new images. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9024b3b..7a4a1f9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,7 +34,7 @@ build-push: rules: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH variables: - COMPOSE_INITIALIZE: "" + COMPOSE_INITIALIZE: "1" FORCE: "" stage: build before_script: