build: Disable force initialization
TODO update to new rpm-ostree
This commit is contained in:
parent
2a23c89d17
commit
52eba0c3df
|
|
@ -34,7 +34,7 @@ build-push:
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||||
variables:
|
variables:
|
||||||
COMPOSE_INITIALIZE: "1"
|
COMPOSE_INITIALIZE: ""
|
||||||
FORCE: ""
|
FORCE: ""
|
||||||
stage: build
|
stage: build
|
||||||
before_script:
|
before_script:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue