From 52eba0c3dfe39fe4c86a262bfa2113929bb7a061 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 20 Sep 2023 17:41:32 -0400 Subject: [PATCH] build: Disable force initialization TODO update to new rpm-ostree --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7a4a1f9..9024b3b 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: "1" + COMPOSE_INITIALIZE: "" FORCE: "" stage: build before_script: