Skip to content

Commit

Permalink
Automated SDK generation @ azure-rest-api-specs 0410d404c68289cb1737d…
Browse files Browse the repository at this point in the history
…06bba92133bb84b515c (#3684)

*Automated PR*

---------

Co-authored-by: Daniel Bradley <[email protected]>
  • Loading branch information
pulumi-bot and danielrbradley authored Nov 6, 2024
1 parent 967d998 commit 645a632
Show file tree
Hide file tree
Showing 922 changed files with 59,149 additions and 850 deletions.
4 changes: 4 additions & 0 deletions .github/actions/test-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ runs:
run: tar -zxf ${{github.workspace}}/sdk/${{ inputs.language }}.tar.gz -C ${{github.workspace}}/sdk/${{ inputs.language }}
shell: bash

- name: Mark SDK as built
run: make --touch build_${{ inputs.language }}
shell: bash

- name: Update path
run: echo "${{ github.workspace }}/bin" >> "$GITHUB_PATH"
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ dist/pulumi-azure-native_$(VERSION_GENERIC)_checksums.txt: dist/$(PROVIDER)-v$(P
cp bin/metadata-compact.json provider/cmd/$(PROVIDER)
@touch $@

.make/prebuild:
.make/prebuild: .pulumi/bin/pulumi
cp -v versions/v2-lock.json provider/pkg/versionLookup/
@touch $@

Expand Down
Loading

0 comments on commit 645a632

Please sign in to comment.