Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 93ac6d8

Browse files
committed
CI: removed CircleCI references
1 parent 1767eae commit 93ac6d8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/docs-parity-updates.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ jobs:
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
@@ -82,7 +81,7 @@ jobs:
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:

0 commit comments

Comments
 (0)