Commit d6f075f5 authored by Thomas Boni's avatar Thomas Boni
Browse files

Merge branch '388-job_structure-check-gitkeep-shouldn-t-be-mandatory' into 'latest'

Resolve "Job_structure check : ".gitkeep" shouldn't be mandatory"

Closes #388

See merge request r2devops/hub!226

(cherry picked from commit 258d35af)

a3c306a6 Feat: remove optional screenshots folder 🎉
c8a44850 Chore: remove useless .gitkeep
9042f0b3 Fix: correct builder behavior with optional files
4c1f11da Chore: update documentation for optional directory
65990dba Fix python format
525bdb9c Chore: remove concat. in builder.py
parent 4c1f3d5e
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ follow this standardized structure:
        ├── versions              # Jobs changelogs
        │   ├── 0.1.0.md
        │   └── ...
        └── screenshots           # Job screenshots
        └── screenshots           # (Optional) Job screenshots
            ├── job_picture.png
            └── ...
```
@@ -205,6 +205,6 @@ be included in the documentation.

Supported format: `.png`, `.jpeg`, `.jpg`

!!! warning
    If you don't want to add any pictures, you have to add at least an empty
    file named `.gitkeep` to ensure the folder presence in git!
!!! tip
    If you don't want to add pictures, you don't have to, it's only 
    a bonus to ease the understanding of your new job!

jobs/apidoc/screenshots/.gitkeep

deleted100644 → 0
+0 −0

Empty file deleted.

+0 −0

Empty file deleted.

+0 −0

Empty file deleted.

+0 −0

Empty file deleted.

Loading