summaryrefslogtreecommitdiff
path: root/ci/Makefile
diff options
context:
space:
mode:
authorErik Skultety <eskultet@redhat.com>2021-02-15 13:05:36 +0100
committerErik Skultety <eskultet@redhat.com>2021-02-17 11:05:42 +0100
commit07103a0caebc034eb40c0e692198371c4698ad16 (patch)
tree15840dbaae3e543e941803e93b3b223b6e7b213c /ci/Makefile
parent1f8e6a6172f2df1c4eab1cf2a26488498947641f (diff)
downloadlibvirt-07103a0caebc034eb40c0e692198371c4698ad16.tar.gz
ci: Drop the CI_PREPARE_SCRIPT variable
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>
Diffstat (limited to 'ci/Makefile')
-rw-r--r--ci/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/ci/Makefile b/ci/Makefile
index 7bbff3e9aa..94a4bf62c7 100644
--- a/ci/Makefile
+++ b/ci/Makefile
@@ -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