Moved the text vars test to ibom_text_vars.kibot.yaml
- To avoiud testing interference Related to #161
This commit is contained in:
parent
a5df9baf80
commit
e54d7a6a1e
|
|
@ -2,14 +2,6 @@
|
|||
kibot:
|
||||
version: 1
|
||||
|
||||
preflight:
|
||||
set_text_variables:
|
||||
- name: 'gh'
|
||||
command: 'git log -1 --format="%h" $KIBOT_PCB_NAME'
|
||||
before: 'Git:'
|
||||
- name: 'date'
|
||||
command: 'date +%d/%m/%Y'
|
||||
|
||||
outputs:
|
||||
- name: 'interactive_bom'
|
||||
comment: "Interactive Bill of Materials (HTML)"
|
||||
|
|
|
|||
|
|
@ -0,0 +1,17 @@
|
|||
# Example KiBot config file
|
||||
kibot:
|
||||
version: 1
|
||||
|
||||
preflight:
|
||||
set_text_variables:
|
||||
- name: 'gh'
|
||||
command: 'git log -1 --format="%h" $KIBOT_PCB_NAME'
|
||||
before: 'Git:'
|
||||
- name: 'date'
|
||||
command: 'date +%d/%m/%Y'
|
||||
|
||||
outputs:
|
||||
- name: 'interactive_bom'
|
||||
comment: "Interactive Bill of Materials (HTML)"
|
||||
type: ibom
|
||||
dir: BoM
|
||||
Loading…
Reference in New Issue