mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
CI: add missing github app volume to release pipeline (#97406)
add github app volume to release pipeline
This commit is contained in:
parent
2a82b433a4
commit
6fe184a565
@ -3826,6 +3826,8 @@ volumes:
|
|||||||
- host:
|
- host:
|
||||||
path: /var/run/docker.sock
|
path: /var/run/docker.sock
|
||||||
name: docker
|
name: docker
|
||||||
|
- name: github-app
|
||||||
|
temp: {}
|
||||||
---
|
---
|
||||||
clone:
|
clone:
|
||||||
retries: 3
|
retries: 3
|
||||||
@ -4915,6 +4917,8 @@ volumes:
|
|||||||
- host:
|
- host:
|
||||||
path: /var/run/docker.sock
|
path: /var/run/docker.sock
|
||||||
name: docker
|
name: docker
|
||||||
|
- name: github-app
|
||||||
|
path: /github-app
|
||||||
---
|
---
|
||||||
clone:
|
clone:
|
||||||
retries: 3
|
retries: 3
|
||||||
@ -5740,6 +5744,6 @@ kind: secret
|
|||||||
name: gcr_credentials
|
name: gcr_credentials
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 9b3538ec1bc7180fe775bfab88591c4afb390e2620a279aab6cfe0034d288754
|
hmac: f95877e361fe41e54412a7abbdf81897d58d9da26e7681b8d50bcb994e2f7909
|
||||||
|
|
||||||
...
|
...
|
||||||
|
@ -175,6 +175,7 @@ def publish_artifacts_pipelines(mode):
|
|||||||
trigger = trigger,
|
trigger = trigger,
|
||||||
steps = steps,
|
steps = steps,
|
||||||
environment = {"EDITION": "oss"},
|
environment = {"EDITION": "oss"},
|
||||||
|
volumes = github_app_pipeline_volumes(),
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -380,6 +380,7 @@ def rgm_promotion_pipeline():
|
|||||||
name = "rgm-promotion",
|
name = "rgm-promotion",
|
||||||
trigger = promotion_trigger,
|
trigger = promotion_trigger,
|
||||||
steps = steps,
|
steps = steps,
|
||||||
|
volumes = github_app_step_volumes(),
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user