Use grafana/grafana-build:dev-dec7506
This commit is contained in:
+3
-3
@@ -3010,7 +3010,7 @@ steps:
|
|||||||
GPG_PUBLIC_KEY:
|
GPG_PUBLIC_KEY:
|
||||||
from_secret: packages_gpg_public_key
|
from_secret: packages_gpg_public_key
|
||||||
failure: ignore
|
failure: ignore
|
||||||
image: grafana/grafana-build:main
|
image: grafana/grafana-build:dev-dec7506
|
||||||
name: rgm-build
|
name: rgm-build
|
||||||
volumes:
|
volumes:
|
||||||
- name: docker
|
- name: docker
|
||||||
@@ -3068,7 +3068,7 @@ steps:
|
|||||||
GPG_PUBLIC_KEY:
|
GPG_PUBLIC_KEY:
|
||||||
from_secret: packages_gpg_public_key
|
from_secret: packages_gpg_public_key
|
||||||
failure: ignore
|
failure: ignore
|
||||||
image: grafana/grafana-build:main
|
image: grafana/grafana-build:dev-dec7506
|
||||||
name: rgm-build
|
name: rgm-build
|
||||||
volumes:
|
volumes:
|
||||||
- name: docker
|
- name: docker
|
||||||
@@ -4558,6 +4558,6 @@ kind: secret
|
|||||||
name: delivery-bot-app-private-key
|
name: delivery-bot-app-private-key
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 4dab5540224fa874ec46cb062c8b89730b7b42bb9237ec3f4c02b469786966cf
|
hmac: 5ff56da475af5dde19d69bc7b5db89bf64b50d6738091b926f17c8860b7eadd3
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|||||||
@@ -76,7 +76,7 @@ tag_trigger = {
|
|||||||
def rgm_build(script = "drone_publish_main.sh"):
|
def rgm_build(script = "drone_publish_main.sh"):
|
||||||
rgm_build_step = {
|
rgm_build_step = {
|
||||||
"name": "rgm-build",
|
"name": "rgm-build",
|
||||||
"image": "grafana/grafana-build:main",
|
"image": "grafana/grafana-build:dev-dec7506",
|
||||||
"commands": [
|
"commands": [
|
||||||
"export GRAFANA_DIR=$$(pwd)",
|
"export GRAFANA_DIR=$$(pwd)",
|
||||||
"cd /src && ./scripts/{}".format(script),
|
"cd /src && ./scripts/{}".format(script),
|
||||||
|
|||||||
Reference in New Issue
Block a user