Skip to content

Commit

Permalink
[Internal Templates][ExportProject] Don't run the copy by default
Browse files Browse the repository at this point in the history
Let the compress pull it
  • Loading branch information
set-soft committed Apr 10, 2024
1 parent 90f01c2 commit b550a6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/configuration/imports.rst
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ Here is a list of currently defined templates and their outputs / groups:
- ExportProject: creates a ZIP file containing a self-contained version of the project.
All footprint, symbols and 3D models are included.

- **_ExportProject**: Exports the project
- **_ExportProject**: Exports the project. Not run by default, pulled by the compress.
- **_ExportProject_compress**: Moves the files to a ZIP file

- `FusionPCB <https://www.seeedstudio.io/fusion.html>`__: contain
Expand Down
1 change: 1 addition & 0 deletions kibot/resources/config_templates/ExportProject.kibot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ outputs:
comment: Project with all needed files
type: copy_files
dir: @_KIBOT_IMPORT_DIR@
run_by_default: false
options:
files:
- source_type: project
Expand Down

0 comments on commit b550a6b

Please sign in to comment.