Skip to content

Commit ee58c26

Browse files
committed
Make the west-commands private
Signed-off-by: Simone Orru <simone.orru@secomind.com>
1 parent cb38de5 commit ee58c26

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

5+
# This file contains all the west extension commands private to this project.
6+
# It should only be included in the `west.yml` manifest of the Astarte device
7+
58
west-commands:
69
- file: scripts/docs.py
710
commands:

west-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
manifest:
66
self:
7-
west-commands: scripts/west-commands.yml
7+
west-commands: scripts/private-west-commands.yml
88

99
remotes:
1010
- name: zephyrproject-rtos

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
manifest:
66
self:
7-
west-commands: scripts/west-commands.yml
7+
west-commands: scripts/private-west-commands.yml
88

99
remotes:
1010
- name: zephyrproject-rtos

0 commit comments

Comments
 (0)