From 150b7ca0a93301b2fd774d804e44ad7f39d194b5 Mon Sep 17 00:00:00 2001 From: Soeren Peters <peters@irmb.tu-bs.de> Date: Wed, 21 Oct 2020 10:59:42 +0200 Subject: [PATCH] Remove only variable use from ci file. --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a99bf8b12..c9efce675 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,10 +36,6 @@ test: benchmark_ClangBuildAnalyzer: stage: deploy - only: - variables: - - $ENABLE_BENCHMARKS - tags: - docker-benchmark -- GitLab