File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,6 +97,10 @@ parameters:
9797 description : Root folder from which to consider paths on the network section. Defaults to current working directory.
9898 type : string
9999 default : " "
100+ os :
101+ description : Override the calculated os. Can use "linux" | "macos" | "windows" | "linux-arm64" | "alpine" | "alpine-arm64"
102+ type : string
103+ default : " "
100104 parent_sha :
101105 description : SHA (with 40 chars) of what should be the parent of this commit.
102106 type : string
@@ -176,6 +180,7 @@ steps:
176180 CC_NETWORK_FILTER : << parameters.network_filter >>
177181 CC_NETWORK_PREFIX : << parameters.network_prefix >>
178182 CC_NETWORK_ROOT_FOLDER : << parameters.network_root_folder >>
183+ CC_OS : << parameters.os >>
179184 CC_PARENT_SHA : << parameters.parent_sha >>
180185 CC_PLUGINS : << parameters.plugins >>
181186 CC_PR : << parameters.pr >>
You can’t perform that action at this time.
0 commit comments