mirror of
https://github.com/status-im/consul.git
synced 2025-02-02 00:46:43 +00:00
remove skip-checks on git merge (#6017)
* remove skip-checks on git merge * remove comments for skip-checks
This commit is contained in:
parent
4d185baf55
commit
381be88a14
@ -467,9 +467,7 @@ jobs:
|
||||
git_merge_branch="ci/master-merge-$(date +%Y%m%d%H%M%S)"
|
||||
git checkout -b "${git_merge_branch}"
|
||||
latest_oss_commit="$(git rev-parse origin/master)"
|
||||
# adding two merge messages will add them into different paragraphs which will achieve what is in
|
||||
# https://help.github.com/en/articles/about-status-checks#skipping-and-requesting-checks-for-individual-commits
|
||||
git merge -m "Merge Consul OSS branch 'master' at commit ${latest_oss_commit}" -m "skip-checks: true" "${latest_oss_commit}"
|
||||
git merge -m "Merge Consul OSS branch 'master' at commit ${latest_oss_commit}" "${latest_oss_commit}"
|
||||
git push origin "${git_merge_branch}"
|
||||
sleep 15 # Wait for merge branch to start CircleCI pipeline
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user