cloudbuild-task-contracts
Advanced tools
Comparing version
{ | ||
"name": "cloudbuild-task-contracts", | ||
"version": "0.1.49-alpha.gcdab05e938", | ||
"version": "0.1.51-alpha.gf68782b92e", | ||
"description": "Abstractions that most/all cloud build services can fulfill in order to allow the development of tasks for submission to the various cloud build marketplaces while maintaining primarily just one codebase.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -10,3 +10,3 @@ export interface Outputs { | ||
/** | ||
* Sets an output variable that the workflow/pipeline can directly consume if they wire a symbol up to receive it. | ||
* Sets an output variable that the workflow/pipeline can directly consume if they refer to this particular task invocation and output name. | ||
* @param name The name of the output variable. | ||
@@ -13,0 +13,0 @@ * @param value The value of the output variable. |
22663
0.11%