Commit fef7e064 authored by Jan Kiene's avatar Jan Kiene
Browse files

add note about full config editor view in readme

parent bdea66fe
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -86,3 +86,4 @@ In practice, one would uncomment the last three lines to switch off the HRTF tes
- use only one include section at the top of the main yml file to keep things clear, remember that later stuff overwrites earlier stuff
- in general prefer adding scripts here over using yaml anchors in a CI config file
- if your script shall modify some environment variable, you need to run it with `source` instead of calling it.
- the merge CI config in the ivas-* repos can be viewed in the pipeline editor under "full configuration" - this is especially useful when making changes which should not functionally affect the CI, then it is helpful to copy the full merged config with and without the changes and compare the files directly or as parsed yaml dict locally.