CI: Refactor/Reorder *.star files (#52384)

* Refactor test pipelines

* Move pr, main and release starlark files under scripts/drone/event

* Move cron.star to scripts/drone/events

* Further unused code removal

* Introducing build.star

* Extract verify_drone.star

* Extract windows.star

* Extract publish.star

* Remove unused code

* Fix formatting in main.star
This commit is contained in:
Dimitris Sotirakis
2022-07-20 09:43:19 -04:00
committed by GitHub
parent c8be92e827
commit 3b6cef9dfa
17 changed files with 642 additions and 474 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
load(
'scripts/drone/pipelines/release.star',
'scripts/drone/events/release.star',
'release_pipelines',
)