Skip to content

Commit 9a89876

Browse files
committed
use source variable
1 parent 71c90d0 commit 9a89876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ local jobs = [
7171
jobs: jobs
7272
}
7373
} + {
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']
74+
['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']
7575
}

0 commit comments

Comments
 (0)