From 362682c7cd062cc685451e0e24e74a1db0c2bb20 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Thu, 26 Sep 2019 17:16:28 +0200 Subject: [PATCH] * .gitlab-ci.yml (arch-gcc-glibcxxdebug): Do not call env. --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6db16b71e..5f973ff66 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -116,7 +116,6 @@ arch-gcc-glibcxxdebug: - /wip/ image: registry.lrde.epita.fr/spot-arch script: - - env - autoreconf -vfi - ./configure --enable-devel --enable-c++17 --enable-glibcxx-debug - make