Skip to content

Commit

Permalink
link to Andy Merrell's post
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Jones committed Jan 12, 2022
1 parent 7b5af75 commit f04ff4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/blog/ci-shootout-reuse.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=.
Expand Down

0 comments on commit f04ff4e

Please sign in to comment.