Skip to content

Commit

Permalink
Convert ControllerCircuit to KICAD7 model and tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartpittaway committed Jan 30, 2024
1 parent 5e779bd commit 20b6b0c
Show file tree
Hide file tree
Showing 9 changed files with 52,011 additions and 8,554 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/pcb-artifacts-esp32-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,12 @@ jobs:
run: |
echo "Running on branch: ${{ steps.branch-name.outputs.current_branch }}"
- name: Update the PCBs with on default branch with git hash
- name: Date PCB
run: |
export DDDD=$(date)
echo "DDDD = ${DDDD}"
sed -i "s!<<date>>!${DDDD}!" ModuleV490-AllInOne/Module_16S.kicad_pcb
- name: Update the PCBs on default branch with git hash
if: steps.branch-name.outputs.is_default == 'true'
run: |
export COMMIT=$(git rev-parse --short HEAD)
Expand All @@ -60,7 +65,7 @@ jobs:
rm -rf ./ControllerCircuit/export/
- name: Run KiBot
uses: INTI-CMNB/KiBot@v2
uses: INTI-CMNB/KiBot@v2_k7
with:
config: ./ControllerCircuit/config-2layer.kibot.yaml
dir: ./ControllerCircuit/export
Expand All @@ -84,7 +89,7 @@ jobs:
ControllerCircuit/export/ControllerCircuit_cpl_jlc.csv
- name: Commit files
if: steps.branch-name.outputs.is_default == 'true'
# if: steps.branch-name.outputs.is_default == 'true'
run: |
git add -f ControllerCircuit/export
git config --local user.email "[email protected]"
Expand Down
Loading

0 comments on commit 20b6b0c

Please sign in to comment.