From 95630584ceb8b30d605684eb6eb8e244ef2dd2a6 Mon Sep 17 00:00:00 2001 From: sccalabr Date: Tue, 1 Oct 2019 10:18:11 -0500 Subject: [PATCH] build: [Orb Enhancement] Detail usecase. (#367) Provides a more detailed description to the user of what finalized is used for in the orb. --- .circleci/orb.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/orb.yml b/.circleci/orb.yml index 98613e6d..b76a8be7 100644 --- a/.circleci/orb.yml +++ b/.circleci/orb.yml @@ -1,6 +1,6 @@ version: "2.1" description: > - Workflow for running Percy builds in parallel. Your token will be read from $PERCY_TOKEN by default, but this + Workflow for running Percy builds in parallel. Finalize is commonly used for parallelized builds, especially when the number of parallelized processes is unknown. Your token will be read from $PERCY_TOKEN by default, but this can be overridden using the `percy_token` parameter. Source Code: https://github.com/percy/percy-agent/ examples: