Skip to content

Commit 82a228f

Browse files
authored
Update sign_and_release.yml
1 parent 627f123 commit 82a228f

File tree

1 file changed

+10
-21
lines changed

1 file changed

+10
-21
lines changed

.github/workflows/sign_and_release.yml

Lines changed: 10 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,15 @@ jobs:
77
sync-staging:
88
runs-on: arc-runners-clickhouse-signer
99
steps:
10-
- name: Install aws cli
11-
uses: unfor19/install-aws-cli-action@v1
12-
with:
13-
version: 2
14-
arch: arm64
10+
- name: check space
11+
run: ls -la /home/runner/.cache
12+
# - name: Install aws cli
13+
# uses: unfor19/install-aws-cli-action@v1
14+
# with:
15+
# version: 2
16+
# arch: arm64
1517

16-
- name: sync latest repo changes
17-
run: |
18-
aws s3 sync s3://builds.altinity.cloud/Blue/ /home/runner/.cache/staging
18+
# - name: sync latest repo changes
19+
# run: |
20+
# aws s3 sync s3://builds.staging.altinity.cloud/Blue/ /home/runner/.cache/staging
1921

20-
sync-prod:
21-
runs-on: arc-runners-clickhouse-signer-prod
22-
steps:
23-
- name: Install aws cli
24-
uses: unfor19/install-aws-cli-action@v1
25-
with:
26-
version: 2
27-
arch: arm64
28-
29-
- name: sync latest repo changes
30-
run: |
31-
aws s3 sync s3://builds.altinity.cloud/Green/ /home/runner/.cache/production
32-

0 commit comments

Comments
 (0)