diff --git a/.drone.jsonnet b/.drone.jsonnet index f2ded9f..57185e4 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -163,7 +163,7 @@ local push_github = { }; -[ + build_pipelines(architectures) + push_pipelines(versions,architectures) + [push_github] + [ { @@ -191,4 +191,3 @@ local push_github = { } } ] -] \ No newline at end of file