Skip to content
Snippets Groups Projects
Commit 9b473475 authored by Patrick Godwin's avatar Patrick Godwin
Browse files

gitlab-ci.yml: remove service discovery patches

parent a99026e8
No related branches found
No related tags found
1 merge request!15Make service discovery optional
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment