We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71c90d0 commit 9a89876Copy full SHA for 9a89876
pipeline.jsonnet
@@ -71,5 +71,5 @@ local jobs = [
71
jobs: jobs
72
}
73
} + {
74
- ['pipeline/tasks/%s/task.json' % [task]]: concourse.FileTask('pipeline/tasks/%s/task.sh' % [task], inputs = 'git', caches = 'git/node_modules') for task in ['build', 'linter', 'tests']
+ ['pipeline/tasks/%s/task.json' % [task]]: concourse.FileTask('pipeline/tasks/%s/task.sh' % [task], inputs = source, caches = '%s/node_modules' % [source]) for task in ['build', 'linter', 'tests']
75
0 commit comments