This repository was archived by the owner on Aug 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 3838 - name : Download scripts from meta repository
3939 run : |
4040 curl -o /tmp/get_latest_github_metrics.sh -L https://raw.githubusercontent.com/localstack/meta/main/scripts/get_latest_github_metrics.sh -H 'Accept: application/vnd.github.v3.raw'
41- curl -o /tmp/get_latest_circleci_metrics.sh -L https://raw.githubusercontent.com/localstack/meta/main/scripts/get_latest_circleci_metrics.sh -H 'Accept: application/vnd.github.v3.raw'
42- chmod +x /tmp/get_latest_github_metrics.sh /tmp/get_latest_circleci_metrics.sh
41+ chmod +x /tmp/get_latest_github_metrics.sh
4342
4443 - name : Download metrics data from Moto Integration test pipeline (GitHub)
4544 working-directory : docs
8281 WORKFLOW : " AWS / Build, Test, Push"
8382 RESOURCE_FOLDER : " metrics-implementation-details"
8483
85- - name : Download metrics data from latest Community test run (CircleCI )
84+ - name : Download metrics data from latest Community test run (GitHub )
8685 working-directory : docs
8786 run : /tmp/get_latest_github_metrics.sh ./target master
8887 env :
You can’t perform that action at this time.
0 commit comments