Revert "first attempt at GHA Docker build"

This reverts commit b9c7f401fb.
This commit is contained in:
zhoob2004 2022-05-18 14:49:55 -07:00
parent b9c7f401fb
commit 9c7b428bd4
1 changed files with 0 additions and 10 deletions

View File

@ -15,13 +15,3 @@ jobs:
working-directory: hellen-one
run: |
bash step1-build-docker.sh
- name: Copy Files
working-directory: .
run: |
docker run --rm -it --entrypoint python3 -v "$(pwd)":/${PWD##*/} hellen-one ./bin/copy_from_Kicad.py "frames:alphax_" "/${PWD##*/}" "../../gerber" "2ch" "c"
- name: Create Board
working-directory: .
run: |
docker run --rm -it --entrypoint bash -v "$(pwd)":/${PWD##*/} hellen-one ./bin/create_board_with_prefix.sh "alphax_" "/${PWD##*/}" "2ch" "c" "bom_replace_alphax-2ch-c.csv " "0,4"