Skip to content
Snippets Groups Projects

gitlab-ci: Cope with OBS slowdown

Merged Emanuele Aina requested to merge wip/em/cope-with-slower-obs into master
+ 1
1
@@ -273,7 +273,7 @@ packaging-check-invariants:
python3-yaml
script:
- |
test "$SKIP_OBS" = yes && touch packaging-data-obs.yaml
test "$SKIP_OBS" = yes && echo '{}' > packaging-data-obs.yaml
- ./bin/yaml-merge
--input packaging-data-downstream.yaml
--input packaging-data-sources-upstream.yaml
Loading