From: Andrea Bolognani Date: Mon, 30 Mar 2020 16:26:16 +0000 (+0200) Subject: gitlab: Don't define $MAKE X-Git-Tag: v6.3.0-rc1~128 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29e09694bcc4f54f97702e1a80913a97110c54a8;p=thirdparty%2Flibvirt.git gitlab: Don't define $MAKE Since libvirt-ci commit 27cfddee8835, paths to build tools such as ninja and make are exported in the container's environment and can be used directly. Signed-off-by: Andrea Bolognani Reviewed-by: Daniel P. Berrangé --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index beeae1df05..3203434b99 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,4 @@ variables: - MAKE: make GIT_DEPTH: 100 stages: