From bd9160e87d719ce784755512eb0c0056084e5abf Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 21 Sep 2023 09:48:47 -0400 Subject: [PATCH] ci: Re-disable compose init Now that the images are built. --- .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: