Commit b62a2110 authored by Benoit Mortier's avatar Benoit Mortier
Browse files

:ambulance: fix(gitlab-ci): Add before script section in gitlab-ci to not...

:ambulance:

 fix(gitlab-ci): Add before script section in gitlab-ci to not reinstall non needed packages at each time

Missing git dependency on the fusiondirectory-update-locale job

Signed-off-by: default avatarBenoit Mortier <benoit.mortier@opensides.be>
Showing with 3 additions and 0 deletions
+3 -0
...@@ -46,6 +46,9 @@ fusiondirectory-update-locale: ...@@ -46,6 +46,9 @@ fusiondirectory-update-locale:
only: only:
- branches - branches
- tags - tags
before_script:
- apt-get update -qq
- apt-get install -y -qq git
script: script:
- git clone https://gitlab.fusiondirectory.org/fusiondirectory/dev-tools.git ../dev-tools - git clone https://gitlab.fusiondirectory.org/fusiondirectory/dev-tools.git ../dev-tools
- ../dev-tools/locale-scripts/fusiondirectory-update-locale - ../dev-tools/locale-scripts/fusiondirectory-update-locale
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment