Skip to content
This repository has been archived by the owner on Mar 6, 2022. It is now read-only.

Commit

Permalink
codefactor.io
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdyscout committed Apr 25, 2021
1 parent 60ef816 commit 8de4f01
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/compress.fabrications.kibot.yaml
@@ -1,6 +1,6 @@
kibot:
version: 1

outputs:
- name: 'compress files'
comment: 'compress all fabrication data'
Expand Down
2 changes: 1 addition & 1 deletion config/dxf.kibot.yaml
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion config/gerbers.kibot.yaml
Expand Up @@ -61,7 +61,7 @@ outputs:
use_protel_extensions: false
# [string=''] Board variant to apply
variant: ''
layers:
layers:
- 'Edge.Cuts'
- 'copper'
- 'F.Mask'
Expand Down
2 changes: 1 addition & 1 deletion entrypoint.sh
Expand Up @@ -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
Expand Down

0 comments on commit 8de4f01

Please sign in to comment.