Commit 19721e0d authored by Jonathan Swaelens's avatar Jonathan Swaelens
Browse files

:sparkles: feat(gitlab-ci): Make transiflex update only on main branches


Make transiflex update only on main branches

Signed-off-by: default avatarJonathan Swaelens <swaelens.jonathan@opensides.be>
Showing with 1 addition and 1 deletion
+1 -1
...@@ -138,7 +138,7 @@ fusiondirectory-update-locale: ...@@ -138,7 +138,7 @@ fusiondirectory-update-locale:
update-transifex: update-transifex:
stage: transifex stage: transifex
only: only:
- branches - 1.*
before_script: before_script:
- apt-get update -qq - apt-get update -qq
- apt-get install -y -qq gettext git php-cli transifex-client - apt-get install -y -qq gettext git php-cli transifex-client
......
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