.gitlab-ci.yml

This commit is contained in:
ale 2024-04-18 17:53:05 +02:00
parent 3d68b90832
commit ffe8807cd2

View File

@ -8,6 +8,9 @@ before_script:
build image:
stage: build
before_script:
- git submodule sync --recursive
- git submodule update --init --recursive
script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker compose build libretranslate