ci: Disable MR handling for now
We aren't quite ready to enforce non-legacy style for now, mostly due to the xgettext bug that prevents us from using template strings in some places, and vast amounts of legacy indentation. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/716
This commit is contained in:
parent
1aca2ba6bb
commit
f00201fa6c
@ -66,6 +66,10 @@ create_common() {
|
|||||||
rm $OUTPUT_FINAL.tmp
|
rm $OUTPUT_FINAL.tmp
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Disable MR handling for now. We aren't ready to enforce
|
||||||
|
# non-legacy style just yet ...
|
||||||
|
unset CI_MERGE_REQUEST_TARGET_BRANCH_NAME
|
||||||
|
|
||||||
if [ "$CI_MERGE_REQUEST_TARGET_BRANCH_NAME" ]; then
|
if [ "$CI_MERGE_REQUEST_TARGET_BRANCH_NAME" ]; then
|
||||||
git fetch $CI_MERGE_REQUEST_PROJECT_URL.git $CI_MERGE_REQUEST_TARGET_BRANCH_NAME
|
git fetch $CI_MERGE_REQUEST_PROJECT_URL.git $CI_MERGE_REQUEST_TARGET_BRANCH_NAME
|
||||||
branch_point=$(git merge-base HEAD FETCH_HEAD)
|
branch_point=$(git merge-base HEAD FETCH_HEAD)
|
||||||
|
Loading…
Reference in New Issue
Block a user