ci: Re-disable compose init

Now that the images are built.
This commit is contained in:
Colin Walters 2023-09-21 09:48:47 -04:00
parent 356a53995b
commit bd9160e87d
1 changed files with 1 additions and 1 deletions

View File

@ -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: