mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
remove-stale-translated-strings on for the default branch
This commit is contained in:
parent
f933aca977
commit
4e4173d1b6
1 changed files with 2 additions and 0 deletions
|
@ -21,5 +21,7 @@ remove-stale-translated-strings:
|
||||||
- git push -f origin "ci-remove-stale-translated-strings-${CI_COMMIT_REF_NAME}":"ci-remove-stale-translated-strings-${CI_COMMIT_REF_NAME}"
|
- git push -f origin "ci-remove-stale-translated-strings-${CI_COMMIT_REF_NAME}":"ci-remove-stale-translated-strings-${CI_COMMIT_REF_NAME}"
|
||||||
- hub pull-request -m "[CI] Remove stale translated strings" -b Yunohost:dev -p || true # GITHUB_USER and GITHUB_TOKEN registered here https://gitlab.com/yunohost/yunohost/-/settings/ci_cd
|
- hub pull-request -m "[CI] Remove stale translated strings" -b Yunohost:dev -p || true # GITHUB_USER and GITHUB_TOKEN registered here https://gitlab.com/yunohost/yunohost/-/settings/ci_cd
|
||||||
only:
|
only:
|
||||||
|
variables:
|
||||||
|
- $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|
||||||
changes:
|
changes:
|
||||||
- locales/*
|
- locales/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue