mirror of
https://github.com/grafana/grafana.git
synced 2024-12-28 18:01:40 -06:00
c5bdea5cec
* Upgrade grabpl; refactor Drone config
5 lines
96 B
Plaintext
5 lines
96 B
Plaintext
load('scripts/lib.star', 'pr_pipelines')
|
|
|
|
def main(ctx):
|
|
return pr_pipelines(edition='oss')
|