Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit 26865b6

Browse files
author
Allen Huang
committed
Remove depends_on
1 parent 8724d43 commit 26865b6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pipelines.jsonnet

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ local plan_job(script, ws) = {
88

99
local apply_job(script, ws) = {
1010
command: [script + ws],
11-
depends_on: ['plan-' + ws],
1211
};
1312

1413
local pipeline(ws) = {

0 commit comments

Comments
 (0)