more automation

This commit is contained in:
rusefi 2023-08-01 23:21:18 -04:00
parent 56bfd30f58
commit 1fba5ed44d
1 changed files with 8 additions and 6 deletions

View File

@ -31,13 +31,15 @@ jobs:
run: |
bash hellen-one/bin/step1_build_hellen-one_docker.sh
# - name: 2. Copy
# run: |
# bash hellen-one/bin/step2_copy_with_docker.sh
- name: 2. Copy
working-directory: digital_inputs
run: |
bash ../hellen-one/bin/step2_copy_with_docker.sh
# - name: 3. Create Board
# run: |
# bash hellen-one/bin/step3_create_board_with_docker.sh
- name: 3. Create Board
working-directory: digital_inputs
run: |
bash ../hellen-one/bin/step3_create_board_with_docker.sh
- name: Commit fresh board files
working-directory: digital_inputs