Skip to content

Commit

Permalink
Merge pull request #2471 from particle-iot/feature/sc-106677/stop-ign…
Browse files Browse the repository at this point in the history
…oring-device-os-scripts-directory

feature/sc-106677/stop-ignoring-device-os-scripts-directory
  • Loading branch information
technobly committed Jul 13, 2022
2 parents a2e36e8 + bffadf1 commit 4939976
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .bundleignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/ci
/docs
/misc
/scripts
/build/target
/third_party/nrf5_sdk/nrf5_sdk/examples
/third_party/nrf5_sdk/nrf5_sdk/components/802_15_4
Expand Down
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ commands:
- run:
name: "Test Local Compilation Tasks"
no_output_timeout: "20m"
command: scripts/test-build-tasks.sh ~/project "<< parameters.platform >>" "<< parameters.tasks >>"
command: ci/test-build-tasks.sh ~/project "<< parameters.platform >>" "<< parameters.tasks >>"
environment:
PRTCL_DISABLE_AUTOUPDATE: "1"
test-localcompiler-windows:
Expand All @@ -354,7 +354,7 @@ commands:
- run:
name: "Test Local Compilation Tasks"
no_output_timeout: "20m"
command: pwsh scripts/test-build-tasks.ps1 $home\project "<< parameters.platform >>" "<< parameters.tasks >>"
command: pwsh ci/test-build-tasks.ps1 $home\project "<< parameters.platform >>" "<< parameters.tasks >>"
environment:
PRTCL_DISABLE_AUTOUPDATE: "1"
save-platform-to-workspace:
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 4939976

Please sign in to comment.