.gitlab-ci.yml
Este commit está contenido en:
@@ -8,6 +8,9 @@ before_script:
|
|||||||
|
|
||||||
build image:
|
build image:
|
||||||
stage: build
|
stage: build
|
||||||
|
before_script:
|
||||||
|
- git submodule sync --recursive
|
||||||
|
- git submodule update --init --recursive
|
||||||
script:
|
script:
|
||||||
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
|
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
|
||||||
- docker compose build libretranslate
|
- docker compose build libretranslate
|
||||||
|
|||||||
Referencia en una nueva incidencia
Block a user