[9.3.x] CI: Do not clone repo in artifact-page step (#63077) (#63086)

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

(cherry picked from commit 470be140dc)
This commit is contained in:
Horst Gutmann
2023-02-08 13:21:28 +00:00
committed by GitHub
parent e57ab953f8
commit 17882d7c36
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -4774,7 +4774,7 @@ volumes:
name: docker
---
clone:
retries: 3
disable: true
depends_on: []
environment:
EDITION: enterprise
@@ -6660,6 +6660,6 @@ kind: secret
name: aws_secret_access_key
---
kind: signature
hmac: fff34e6f4039c1d3c805cc9b39ac71c991ee2b65c2cf8ca15382ebf5dc6f6432
hmac: 20366c0121b987024f7c6c6782b0827820338b28f8f899d05edf4a40bb4a2c24
...
+1 -1
View File
@@ -655,7 +655,7 @@ def artifacts_page_pipeline():
compile_build_cmd("enterprise"),
artifacts_page_step(),
],
edition = "all",
edition = "enterprise",
environment = {"EDITION": "enterprise"},
),
]