CI: Do not clone repo in artifact-page step (#63077)

This commit is contained in:
Horst Gutmann
2023-02-08 11:57:33 +01:00
committed by GitHub
parent f46f8bdd3a
commit 470be140dc
2 changed files with 3 additions and 3 deletions

View File

@ -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
... ...

View File

@ -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"},
), ),
] ]