ref: 2b84f5679490d1d175d86f526fb7d765911fa5e2
parent: 03f424e45df119bf52cb603854fe4d12c93dcdc5
author: Martin Storsjö <martin@martin.st>
date: Thu Feb 21 10:27:44 EST 2019
ci: Don't fail if the upstream cleanup fails
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,7 +11,7 @@
- amd64
script:
- git grep -n -P "\t|\r| $" -- . ':(exclude)*/compat/*' && exit 1
- - git remote rm upstream 2> /dev/null
+ - git remote rm upstream 2> /dev/null || true
- git remote add upstream https://code.videolan.org/videolan/dav1d.git
- git fetch -q upstream master
- for i in $(git rev-list HEAD ^upstream/master); do