@@ -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