Qarik-Group / concourse-tutorial

Learn to use https://concourse-ci.org with this linear sequence of tutorials. Learn each concept that builds on the previous concept.
870 stars 554 forks source link

Redundant get step in tutorial? #216

Open TomGranot opened 4 years ago

TomGranot commented 4 years ago

Hiya! Awesome repo, awesome site, awesome tutorials. Just awesome all around!

One minor issue - in https://concoursetutorial.com/basics/pipeline-jobs/, you're adding another job that is supposed to show the date bumped by the previous job (job-bump-date).

However, in the second job (job-show-date) there's a get step - https://github.com/starkandwayne/concourse-tutorial/blob/master/tutorials/basic/pipeline-jobs/pipeline.yml#L39 - that seems redundant. The job is not actually using the original repo for anything - why is there a get step for it?