CI: Update RGM steps to use the artifacts command (#77470)

* update rgm steps to use artifacts subcmd

* format-drone

* make drone
This commit is contained in:
Kevin Minehart
2023-10-31 22:52:09 +02:00
committed by GitHub
parent 714aec2275
commit 8a5d4c4c6e
5 changed files with 96 additions and 69 deletions
+2
View File
@@ -137,6 +137,8 @@ def rgm_run(name, script):
"""
env = {
"GO_VERSION": golang_version,
"ALPINE_BASE": images["alpine"],
"UBUNTU_BASE": images["ubuntu"],
}
rgm_run_step = {
"name": name,