diff --git a/ci/build.sh b/ci/build.sh index 0f23df1fa3..3fa28eafa8 100644 --- a/ci/build.sh +++ b/ci/build.sh @@ -1,14 +1,5 @@ #!/bin/sh -# This script is used to build libvirt inside the container. -# -# You can customize it to your liking, or alternatively use a -# completely different script by passing -# -# CI_BUILD_SCRIPT=/path/to/your/build/script -# -# to make. - cd "$CI_CONT_SRCDIR" export VIR_TEST_DEBUG=1