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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-docs
Commits
3e7e214c
Commit
3e7e214c
authored
2 years ago
by
Sébastien Blin
Browse files
Options
Downloads
Patches
Plain Diff
misc: fix typo in jenkinsfile
Change-Id: Ic6f67912a67057bbd3612fa1e232ab847647687f
parent
680afb34
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
+1
-1
1 addition, 1 deletion
_build/Jenkinsfile.i18n
with
1 addition
and
1 deletion
_build/Jenkinsfile.i18n
+
1
−
1
View file @
3e7e214c
...
...
@@ -124,7 +124,7 @@ pipeline {
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 --author "${GIT_USER_NAME} ${GIT_USER_EMAIL}" -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