Skip to content

Commit

Permalink
pass it in task commands
Browse files Browse the repository at this point in the history
  • Loading branch information
gagik committed Oct 22, 2024
1 parent e0d6734 commit 7ecd9eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .evergreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11036,6 +11036,7 @@ tasks:
- func: compile_artifact
vars:
node_js_version: "20.18.0"
distro_id: ${distro_id}
- func: upload_compiled_artifact
vars:
node_js_version: "20.18.0"
Expand Down
1 change: 1 addition & 0 deletions .evergreen/evergreen.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -1184,6 +1184,7 @@ tasks:
- func: compile_artifact
vars:
node_js_version: "<% out(NODE_JS_VERSION_20) %>"
distro_id: ${distro_id}
- func: upload_compiled_artifact
vars:
node_js_version: "<% out(NODE_JS_VERSION_20) %>"
Expand Down

0 comments on commit 7ecd9eb

Please sign in to comment.