Skip to content
Snippets Groups Projects
Commit 3b40b16a authored by Jameson Graef Rollins's avatar Jameson Graef Rollins
Browse files

CI: fix image path to inspiral_range directory

parent f655b994
No related branches found
No related tags found
No related merge requests found
Pipeline #119447 passed
......@@ -64,7 +64,7 @@ ifos:
image: $CI_REGISTRY_IMAGE/images/base:$CI_COMMIT_REF_NAME
script:
- mkdir -p public/ifo
- export PYTHONPATH=inspiral_range
- export PYTHONPATH=/inspiral_range
- for ifo in $(python3 -c "import gwinc; print(' '.join(gwinc.IFOS))"); do
- python3 -m gwinc $ifo -s public/ifo/$ifo.png
- python3 -m gwinc $ifo -s public/ifo/$ifo.h5
......
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