File tree Expand file tree Collapse file tree 1 file changed +10
-21
lines changed
Expand file tree Collapse file tree 1 file changed +10
-21
lines changed Original file line number Diff line number Diff line change 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-
You can’t perform that action at this time.
0 commit comments