This commit is contained in:
parent
ac5935e578
commit
d9dc7ff43b
@ -11,9 +11,9 @@ steps:
|
|||||||
- name: Build diagrams
|
- name: Build diagrams
|
||||||
commands:
|
commands:
|
||||||
- cd diagrams
|
- cd diagrams
|
||||||
- ls | grep d2 | xargs -I{} d2 --layout=elk {}
|
- ls | grep d2 | xargs -I{} d2 --layout=elk {}.svg
|
||||||
- cp *.svg '../report'
|
- ls | grep d2 | xargs -I{} d2 --layout=elk {}.png
|
||||||
- ls | grep ".svg" | sed 's/.svg//' | xargs -I{} inkscape {}.svg -o {}.png
|
- mv *.svg '../report'
|
||||||
- mv *.png '../images for report'
|
- mv *.png '../images for report'
|
||||||
- cd -
|
- cd -
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user