]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
ci: Drop the CI_PREPARE_SCRIPT variable
authorErik Skultety <eskultet@redhat.com>
Mon, 15 Feb 2021 12:05:36 +0000 (13:05 +0100)
committerErik Skultety <eskultet@redhat.com>
Wed, 17 Feb 2021 10:05:42 +0000 (11:05 +0100)
In commit 321293e2 I dropped the prepare.sh script, but forgot to
remove the corresponding variable from the Makefile.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
ci/Makefile

index 7bbff3e9aa9210e6ce8fac7eb79c015876834f55..94a4bf62c7d5698065cf1843d78fe3f1ffbc7c32 100644 (file)
@@ -20,9 +20,6 @@ CI_HOST_SRCDIR = $(CI_SCRATCHDIR)/src
 # the $(CI_HOST_SRCDIR) directory from the host
 CI_CONT_SRCDIR = $(CI_USER_HOME)/libvirt
 
-# Script containing environment preparation steps
-CI_PREPARE_SCRIPT = $(CI_ROOTDIR)/prepare.sh
-
 # Script containing build instructions
 CI_BUILD_SCRIPT = $(CI_ROOTDIR)/build.sh