File tree Expand file tree Collapse file tree 1 file changed +8
-15
lines changed
Expand file tree Collapse file tree 1 file changed +8
-15
lines changed Original file line number Diff line number Diff line change 44 workflow_dispatch :
55
66jobs :
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
You can’t perform that action at this time.
0 commit comments