diff --git a/config/compress.fabrications.kibot.yaml b/config/compress.fabrications.kibot.yaml index 05314ed..cc86e73 100644 --- a/config/compress.fabrications.kibot.yaml +++ b/config/compress.fabrications.kibot.yaml @@ -1,6 +1,6 @@ kibot: version: 1 - + outputs: - name: 'compress files' comment: 'compress all fabrication data' diff --git a/config/dxf.kibot.yaml b/config/dxf.kibot.yaml index 9f94900..8ab3a5a 100644 --- a/config/dxf.kibot.yaml +++ b/config/dxf.kibot.yaml @@ -6,7 +6,7 @@ preflight: run_drc: false check_zone_fills: false ignore_unconnected: true - + outputs: # DXF (Drawing Exchange Format): # This output is what you get from the File/Plot menu in pcbnew. diff --git a/config/gerbers.kibot.yaml b/config/gerbers.kibot.yaml index 75c04e3..ba6103c 100644 --- a/config/gerbers.kibot.yaml +++ b/config/gerbers.kibot.yaml @@ -61,7 +61,7 @@ outputs: use_protel_extensions: false # [string=''] Board variant to apply variant: '' - layers: + layers: - 'Edge.Cuts' - 'copper' - 'F.Mask' diff --git a/entrypoint.sh b/entrypoint.sh index 52e9a7e..3b90eb9 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -248,7 +248,7 @@ function run { if [ -f $kicad_diff ]; then $kicad_diff --display $DISPLAY -b $COMMIT --scm Git --webserver-disable $BOARD if [ $DIR ]; then - mv -f `dirname $BOARD`/kidiff $DIR + mv -f $(dirname $BOARD"/kidiff") $DIR fi exit 0 else