Skip to content

Commit

Permalink
overhauled aws and awscc providers
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyaven committed Mar 21, 2024
1 parent b242156 commit 8fdd7ed
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions scripts/setup/get-updated-providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,6 @@
for provider in list(set(all_provider_versions)):
providers.append(json.loads(provider))

# if the list of providers includes awscc, add aws as well
for provider in providers:
if provider['provider'] == 'awscc':
providers.append({'provider': 'aws', 'provider_dir': 'aws', 'source_version': 'v00.00.00000', 'target_version': target_version})
# remove duplicates
providers = list(set(providers))

num_providers = len(providers)

print("%s providers updated" % (str(num_providers)))
Expand Down

0 comments on commit 8fdd7ed

Please sign in to comment.