From 7fabf9208f4515fc4ad978ed9264b218f67407e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9onard=20Binet?= Date: Fri, 11 Feb 2022 22:11:15 +0100 Subject: [PATCH] Improve documentation on 'wait_for_job' command (requires $CIRCLE_TOKEN) (#96) --- src/commands/wait_for_job.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/wait_for_job.yml b/src/commands/wait_for_job.yml index f371dce..3612488 100644 --- a/src/commands/wait_for_job.yml +++ b/src/commands/wait_for_job.yml @@ -2,6 +2,7 @@ description: | This command waits for another job in this workflow. Since right now Circle CI doesnt let you queue up jobs irrespective of whether they fail or not. This is a faux queue where the command stalls till the other job succeeds. + This requires a Circle CI token be set as $CIRCLE_TOKEN parameters: job-name: