From 07a6ce14cfc5a14935b8e7622d5790cdfd2387e3 Mon Sep 17 00:00:00 2001 From: Incardona Pietro <incardon@mpi-cbg.de> Date: Thu, 3 Jun 2021 16:58:25 +0200 Subject: [PATCH] Testing empty strategy --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 187938d3d..4309f6f00 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,3 @@ -variables: - GIT_STRATEGY: empty centos_build: stage: build @@ -32,6 +30,8 @@ centos_run: - ./run.sh $CI_PROJECT_DIR unused 4 0 0 numerics mac_build: + variables: + GIT_STRATEGY: empty stage: build tags: - mac -- GitLab