Skip to content

Commit f5856e1

Browse files
alexrashedclaude
andcommitted
remove dead CloudFormation catalog download step
The step consumed iac-catalog-assets to feed create_cfn_coverage_table.py, but both the script and the artifact were removed in earlier commits. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 64c1bef commit f5856e1

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -81,17 +81,6 @@ jobs:
8181
WORKFLOW: "AWS / Build, Test, Push"
8282
RESOURCE_FOLDER: "metrics-implementation-details/community"
8383

84-
- name: Download CloudFormation catalog from Enterprise pipeline (GitHub)
85-
working-directory: docs
86-
continue-on-error: true
87-
run: /tmp/get_latest_github_metrics.sh ./target main
88-
env:
89-
GITHUB_TOKEN: ${{ secrets.PRO_ACCESS_TOKEN }}
90-
REPOSITORY_NAME: localstack-pro
91-
ARTIFACT_ID: iac-catalog-assets
92-
WORKFLOW: "IaC – Generate Catalog Assets"
93-
RESOURCE_FOLDER: "iac-catalog-assets"
94-
9584
- name: Download coverage data for K8s pipeline (acceptance tests) (GitHub)
9685
working-directory: docs
9786
run: /tmp/get_latest_github_metrics.sh ./target main

0 commit comments

Comments
 (0)