From a356ed897bf13ba4665276f3f614a23d2e95023e Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 8 Sep 2023 15:10:06 -0400 Subject: [PATCH] ci: Re-disable force init Since we have a c9s build now. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 69bd634..428bd5c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,7 @@ build-push: rules: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH variables: - COMPOSE_INITIALIZE: "1" + COMPOSE_INITIALIZE: "" FORCE: "" stage: build before_script: