Skip to content
This repository was archived by the owner on Oct 27, 2025. It is now read-only.

Commit d4b6f77

Browse files
committed
Add a new tag for the build type
Adding a nightly tag as is quite common for some components Change-Id: I79f8b949f5b635e3d932d9ea8a7c551e12b1ea38
1 parent 6074135 commit d4b6f77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dciclient/create_component.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def parse_arguments(args, environment={}):
7878
"release_tag",
7979
help="Release type of the component",
8080
type=str,
81-
choices=["dev", "candidate", "ga"],
81+
choices=["nightly", "dev", "candidate", "ga"],
8282
)
8383
args = p.parse_args(args)
8484

0 commit comments

Comments
 (0)