Skip to content

Commit a897cd6

Browse files
authored
release cicd: remove one time dir setup
1 parent 4fcd60e commit a897cd6

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-
- name: One time dir fix
471-
run: |
472-
mkdir /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)