Merge branch 'disable-initialize' into 'main'
build: Disable force initialization See merge request cgwalters-playground/sagano!20
This commit is contained in:
commit
e5e92a3b82
|
|
@ -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