From a4aef79279e88c145dbe5ddba07125b9ed8407ed Mon Sep 17 00:00:00 2001
From: Isuru Fernando <isuruf@gmail.com>
Date: Sat, 17 Apr 2021 22:37:41 -0500
Subject: [PATCH] Use new ci-support to upload benchmarks

---
 .gitlab-ci.yml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d72495e2..fec1e897 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -116,14 +116,9 @@ Documentation:
     . ci-support.sh
     build_py_project_in_venv
     build_docs
-    if [[ -d ~/.scicomp-benchmarks/asv/$PROJECT ]]; then
-      cp -rf ~/.scicomp-benchmarks/asv/$PROJECT _build/html/benchmarks
-    fi
     maybe_upload_docs
-
   tags:
   - linux
-  - benchmark
 
 Flake8:
   stage: test
-- 
GitLab