Skip to content

Commit

Permalink
Move from assumed-installed pip filepaths to local filepaths (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fleker authored May 22, 2021
1 parent 88897ab commit f24a412
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cloudbuild-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ steps:
args:
- 'cyanobyte/codegen.py'
- '-t'
- 'doc'
- 'cyanobyte-templates/doc.md'
- '-o'
- './docs/content/docs/Reference/Peripheral Docs'
- 'peripherals/ADS1015.yaml'
Expand Down
12 changes: 7 additions & 5 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,17 @@ steps:
args:
- 'cyanobyte/codegen.py'
- '-t'
- 'raspberrypi'
- 'cyanobyte-templates/raspberrypi.py'
- '-t'
- 'arduino'
- 'cyanobyte-templates/arduino.cpp'
- '-t'
- 'templates/kubos.c'
- 'cyanobyte-templates/arduino.h'
- '-t'
- 'cmsis'
- 'cyanobyte-templates/kubos.c'
- '-t'
- 'datasheet'
- 'cyanobyte-templates/cmsis.svg'
- '-t'
- 'cyanobyte-templates/datasheet.tex'
- '-e'
- '/workspace/emboss'
- '-o'
Expand Down

0 comments on commit f24a412

Please sign in to comment.