Skip to content

Commit

Permalink
Remove config migration (#677)
Browse files Browse the repository at this point in the history
Since #672, we no longer keep
these files in the repo, so this migration will always fail. Also, they
will no longer be invoked, since we have migrated all of our providers.
  • Loading branch information
iwahbe authored Oct 13, 2023
1 parent c3876d5 commit 7ed4543
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/update-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,6 @@ jobs:
rm pulumi-${{ inputs.provider_name }}/.github/workflows/cleanup-artifacts.yml || echo "not found"
rm pulumi-${{ inputs.provider_name }}/.github/workflows/pull_request.yml || echo "not found"
rm pulumi-${{ inputs.provider_name }}/.github/workflows/master.yml || echo "not found"
- name: Migrate config.yaml from ci-mgmt to the host repo
if: inputs.bridged
run: |
if ! [ -f pulumi-${{ inputs.provider_name }}/.ci-mgmt.yaml ]; then
cp ci-mgmt/provider-ci/providers/${{ inputs.provider_name }}/config.yaml pulumi-${{ inputs.provider_name }}/.ci-mgmt.yaml
else
echo "No migration necessary"
fi
- name: Generate workflow files into pulumi-${{ inputs.provider_name }}
if: inputs.bridged
run: |
Expand Down

0 comments on commit 7ed4543

Please sign in to comment.