Skip to content

Commit

Permalink
simplify provider build
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Hoß <[email protected]>
  • Loading branch information
sebhoss committed Apr 16, 2024
1 parent 2f042dd commit 1d64884
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
(echo "*** Unexpected differences after code generation. Run 'make docs' and commit."; exit 1)
- id: build
name: Build Provider
run: go build -v ./...
run: go build -v
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ fabric.properties
# Project specific ignores #
########################################################################################################################

terraform-provider-k8s
.terraform.lock.hcl
testing/
schemas/crd_v1/

0 comments on commit 1d64884

Please sign in to comment.