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

update readme

parent 7adc8d79
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -13,12 +13,9 @@ This repository is mainly meant to share scripts and configs between the two rep
``` bash
.
├── includes  # folder for (possibly shared) yaml files which are included in the main ones
│   ├── default-variables-basop.yml
│   ├── default-variables.yml
│   ├── job-templates.yml
│   ├── rules-basop.yml
│   └── rules.yml
│   ├── ..
├── main-basop.yml  # CI config for ivas-basop repo
├── main-float.yml  # CI config for ivas-basop repo
├── main.yml  # shared CI config
├── ...
└── snippets  # Folder for scripts used in CI only. Shared ones go in the folder directly. Can be small ones or bigger scripts which implement a whole job