Commit f574e334 authored by Jonathan Swaelens's avatar Jonathan Swaelens
Browse files

:ambulance: fix(gitlab-ci): try another syntax to do transiflex update only on main branch


try another syntax to do transiflex update only on main branch

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:
- 1.3-dev - /^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