master
icechen 2021-12-28 03:24:00 +08:00
parent f51dc6df4a
commit 2a5445f432
2 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,3 @@
kind: template kind: template
load: plugin.jsonnet load: plugin.jsonnet
name: golang_ci.jsonnet

View File

@ -27,4 +27,4 @@ local pipeline(app) =
] ]
}; };
[ pipeline(app) for app in app] [ pipeline(app) for app in app]