From 9b4734750613344c38cee0b2c8dd042ee29fdc2a Mon Sep 17 00:00:00 2001 From: Patrick Godwin <patrick.godwin@ligo.org> Date: Wed, 6 Nov 2019 06:27:57 -0800 Subject: [PATCH] gitlab-ci.yml: remove service discovery patches --- .gitlab-ci.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c8eeb30e92..a24789a1be 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -356,9 +356,6 @@ test:offline: - cd gstlal-inspiral/tests - # Patch gstlal_inspiral to disable servicediscovery/avahi: - - patch /usr/bin/gstlal_inspiral ./disable_service_discovery.patch - # Run the makefile: - make -f Makefile.offline_tutorial_test @@ -414,13 +411,6 @@ docker:el7: # add RPMs to directory to pass to docker - mkdir rpms - # Copy over patch that will be used to disable servicediscovery. - # In the dockerfile, first install the rpms, and then apply the - # patch to /usr/bin/gstlal-inspiral. Just put it in the same - # directory as where the rpms are going to get copied. - - - cp gstlal-inspiral/tests/disable_service_discovery.patch rpms/ - # Copy rpms to new container. - mv rpmbuild/RPMS/x86_64/*.rpm rpms -- GitLab