Skip to content

Commit 8620aff

Browse files
fix: add the missing os env
1 parent e0ceef6 commit 8620aff

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/commands/upload.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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 >>

0 commit comments

Comments
 (0)