From f04ff4ef55750773da00356d2002262f646ffd43 Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Wed, 12 Jan 2022 11:50:02 +0000 Subject: [PATCH] link to Andy Merrell's post --- content/blog/ci-shootout-reuse.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/ci-shootout-reuse.md b/content/blog/ci-shootout-reuse.md index 45001488..58ee48a5 100644 --- a/content/blog/ci-shootout-reuse.md +++ b/content/blog/ci-shootout-reuse.md @@ -142,7 +142,7 @@ jobs: params: {VERBOSE: true} ``` -One killer feature of Concourse - *you can override task inputs using artefacts local to your own machine*. Why would you do that? You can execute a task and see if it works *before you `git push` .* +One killer feature of Concourse - *you can override task inputs using artefacts local to your own machine*. Why would you do that? You can execute a task and see if it works *before you `git push` .* A friend of EngineerBetter [described this as a "hidden gem"](https://medium.com/@andrew_merrell/concourses-fly-execute-is-a-hidden-gem-5f4b54ffb249). ```bash fly execute --config task.yaml --input=iac-example-concourse=.