Skip to content
Snippets Groups Projects
Unverified Commit 7afb34e2 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

Jenkinsfile: fix merge

Change-Id: I45428dbf670683f9039dd796a2d8c811c5c339e4
parent 319d748b
No related branches found
No related tags found
No related merge requests found
......@@ -136,13 +136,9 @@ See https://wiki.savoirfairelinux.com/wiki/Jenkins.jami.net#Configuration_client
steps {
sh """git checkout ${params.CHANNEL}
git status
git reset --hard origin/${params.CHANNEL}
git status
# Submodules are generally not managed by merging
git merge -X theirs --no-commit FETCH_HEAD || true
git status
git checkout FETCH_HEAD && git add -A
git merge -X theirs --no-commit FETCH_HEAD
git status
"""
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment