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

remove useless subshell from date commands #189

Closed mmattice closed 5 years ago

mmattice commented 5 years ago

"echo $(date)" does the same thing as "date"