Skip to content
Snippets Groups Projects
Commit f289bac1 authored by Aaron Viets's avatar Aaron Viets
Browse files

try to get MR CI working again

parent 83844996
No related branches found
No related tags found
No related merge requests found
Pipeline #654964 failed
......@@ -49,6 +49,9 @@ dist:
- ./00init.sh
- ./configure --enable-gtk-doc $EXTRA_CONFIG_FLAGS
- make dist
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
when: always
artifacts:
paths:
- gstlal-calibration-*.tar.*
......@@ -64,6 +67,9 @@ srpm:
variables:
TARBALL: "gstlal-calibration-*.tar.*"
image: igwn/builder:el8-testing
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
when: always
# Build rpms
build:
......
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