Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-docs
Commits
680afb34
Commit
680afb34
authored
2 years ago
by
Sébastien Blin
Browse files
Options
Downloads
Patches
Plain Diff
misc: update i18n jenkinsfile
Change-Id: Ibe874ed3c906d785e4f6367c1c25871e8a8f3e4a
parent
2087a3fa
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
_build/Jenkinsfile.i18n
+3
-2
3 additions, 2 deletions
_build/Jenkinsfile.i18n
with
3 additions
and
2 deletions
_build/Jenkinsfile.i18n
+
3
−
2
View file @
680afb34
...
...
@@ -121,9 +121,10 @@ pipeline {
git config user.name ${GIT_USER_NAME}
git config user.email ${GIT_USER_EMAIL}
git config --local core.hooksPath .git/hooks
gitdir=$(git rev-parse --git-dir); scp -p -P 29420 jenkins@review.jami.net:hooks/commit-msg ${gitdir}/hooks/
curl -Lo .git/hooks/commit-msg https://review.jami.net/tools/hooks/commit-msg
chmod +x .git/hooks/commit-msg
git add locales
git commit -m'i18n: automatic bump'
git commit
--author "${GIT_USER_NAME} ${GIT_USER_EMAIL}"
-m'i18n: automatic bump'
git push ${GIT_PUSH_URL} HEAD:refs/for/master
"""
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment