Skip to content

Commit a25635b

Browse files
authored
release cicd: remove debug code
1 parent 950968f commit a25635b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/sign_and_release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -467,11 +467,6 @@ jobs:
467467
ref: antalya
468468
path: ClickHouse
469469

470-
- run: |
471-
rm -rf /home/runner/.cache/production/
472-
mkdir -p /home/runner/.cache/production/
473-
mv /home/runner/.cache/prod/* /home/runner/.cache/production/
474-
475470
- name: Download packages
476471
run: |
477472
if ! aws s3 sync "${DEST_URL}/packages/ARM_PACKAGES/" /home/runner/.cache/tmp/packages --exact-timestamps; then

0 commit comments

Comments
 (0)