Skip to content

Commit 120517b

Browse files
authored
Update sign_and_release.yml
1 parent 0df9d92 commit 120517b

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed

.github/workflows/sign_and_release.yml

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,17 @@ on:
44
workflow_dispatch:
55

66
jobs:
7-
check-staging:
8-
runs-on: arc-runners-clickhouse-signer
9-
steps:
10-
- name: check space
11-
run: ls -la /home/runner/.cache/staging/yum-repo
127

138
check-prod:
149
runs-on: arc-runners-clickhouse-signer-prod
1510
steps:
16-
- name: check space
17-
run: ls -la /home/runner/.cache/production/yum-repo
18-
# - name: Install aws cli
19-
# uses: unfor19/install-aws-cli-action@v1
20-
# with:
21-
# version: 2
22-
# arch: arm64
11+
- name: Install aws cli
12+
uses: unfor19/install-aws-cli-action@v1
13+
with:
14+
version: 2
15+
arch: arm64
2316

24-
# - name: sync latest repo changes
25-
# run: |
26-
# aws s3 sync s3://builds.staging.altinity.cloud/Blue/ /home/runner/.cache/staging
17+
- name: sync latest repo changes
18+
run: |
19+
aws s3 sync s3://builds.altinity.cloud/Blue/ /home/runner/.cache/production
2720

0 commit comments

Comments
 (0)