From 72a5fff06278a157da9355f5b0e48a87f1c832f1 Mon Sep 17 00:00:00 2001
From: Travis Ralston <travpc@gmail.com>
Date: Sun, 6 Sep 2020 22:29:50 -0600
Subject: [PATCH] Update complement CI

---
 ci-complement.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/ci-complement.sh b/ci-complement.sh
index 5d4ca09b..2b23a306 100644
--- a/ci-complement.sh
+++ b/ci-complement.sh
@@ -2,6 +2,4 @@
 
 git clone --depth=1 https://github.com/matrix-org/complement.git CI_COMPLEMENT
 cd CI_COMPLEMENT
-git fetch origin pull/14/head:complement-with-timeout
-git checkout complement-with-timeout
 go test -run '^(TestMediaWithoutFileName)$' -v ./tests
-- 
GitLab