mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 16:22:10 +08:00
CI: Do not clone repo in artifact-page step (#63077)
This commit is contained in:
@ -4774,7 +4774,7 @@ volumes:
|
|||||||
name: docker
|
name: docker
|
||||||
---
|
---
|
||||||
clone:
|
clone:
|
||||||
retries: 3
|
disable: true
|
||||||
depends_on: []
|
depends_on: []
|
||||||
environment:
|
environment:
|
||||||
EDITION: enterprise
|
EDITION: enterprise
|
||||||
@ -6660,6 +6660,6 @@ kind: secret
|
|||||||
name: aws_secret_access_key
|
name: aws_secret_access_key
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: ffd91c8af01ce1a2469703bc2de8e160685078fbff4fe427a334cea4d847d37b
|
hmac: ce835b2d7ae9a0f9e3b438485472436ae276c865ab3402e6adef4552a72173b5
|
||||||
|
|
||||||
...
|
...
|
||||||
|
@ -653,7 +653,7 @@ def artifacts_page_pipeline():
|
|||||||
compile_build_cmd("enterprise"),
|
compile_build_cmd("enterprise"),
|
||||||
artifacts_page_step(),
|
artifacts_page_step(),
|
||||||
],
|
],
|
||||||
edition = "all",
|
edition = "enterprise",
|
||||||
environment = {"EDITION": "enterprise"},
|
environment = {"EDITION": "enterprise"},
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user