add condition for switzerland
This commit is contained in:
parent
afd87ea949
commit
d33d30be97
@ -16,6 +16,8 @@ for i in {1..3}; do
|
|||||||
echo ${name}
|
echo ${name}
|
||||||
echo ${url}
|
echo ${url}
|
||||||
|
|
||||||
|
if [ $name != 'l10n_switzerland' ]
|
||||||
|
then
|
||||||
git remote add $name $url
|
git remote add $name $url
|
||||||
git fetch $name
|
git fetch $name
|
||||||
git checkout 2.0
|
git checkout 2.0
|
||||||
@ -32,6 +34,7 @@ for i in {1..3}; do
|
|||||||
git merge --no-edit --allow-unrelated-histories $name/1.0-upstream
|
git merge --no-edit --allow-unrelated-histories $name/1.0-upstream
|
||||||
git remote remove $name
|
git remote remove $name
|
||||||
git gc --prune=now
|
git gc --prune=now
|
||||||
|
fi
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
git push --all
|
git push --all
|
Loading…
Reference in New Issue
Block a user