Skip to content

Commit

Permalink
Remove make ensure_tools (#10015)
Browse files Browse the repository at this point in the history
  • Loading branch information
sean1588 authored Oct 6, 2023
1 parent 12177f2 commit 360877b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-provider-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: ${{matrix.dotnetverson}}
- run: make ensure ensure_tools
- run: make ensure
working-directory: docs
- if: github.event.action == 'non-resource-provider'
name: run yarn install in nodejs sdk
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pulumi-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: ${{matrix.dotnetverson}}
- run: make ensure ensure_tools
- run: make ensure
working-directory: docs
- name: run yarn install in nodejs sdk
run: yarn install && yarn run tsc
Expand Down
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ clean:
ensure: clean
./scripts/ensure.sh

.PHONY: ensure_tools
ensure_tools:
echo "Restoring resourcedocsgen deps..."
cd tools/resourcedocsgen && go mod download

.PHONY: serve
serve:
./scripts/serve.sh
Expand Down

0 comments on commit 360877b

Please sign in to comment.