mirror of
https://github.com/grafana/grafana.git
synced 2024-11-23 09:26:43 -06:00
8746a77407
* Drone: Refactor Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Drone: Add master pipeline Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
6 lines
174 B
Plaintext
6 lines
174 B
Plaintext
load('scripts/lib.star', 'pr_pipelines', 'master_pipelines')
|
|
|
|
def main(ctx):
|
|
edition = 'oss'
|
|
return pr_pipelines(edition=edition) + master_pipelines(edition=edition)
|