mirror of
https://github.com/grafana/grafana.git
synced 2026-07-29 15:59:50 -05:00
This moves the ubuntu:22.10 image to 22.04 (which is available until… (#74757)
This moves the ubuntu:22.10 image to 22.04 (which is avaailable until april 2027)
This commit is contained in:
@@ -101,6 +101,7 @@ def rgm_build(script = "drone_publish_main.sh", canFail = True):
|
||||
rgm_build_step = {
|
||||
"name": "rgm-build",
|
||||
"image": "grafana/grafana-build:main",
|
||||
"pull": "always",
|
||||
"commands": [
|
||||
"export GRAFANA_DIR=$$(pwd)",
|
||||
"cd /src && ./scripts/{}".format(script),
|
||||
|
||||
Reference in New Issue
Block a user