Open TomGranot opened 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).
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?
job-show-date
get
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 aget
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 aget
step for it?