Skip to content

Commit

Permalink
Adding in sdk fixes, like #1112
Browse files Browse the repository at this point in the history
  • Loading branch information
rshade committed Dec 20, 2024
1 parent 720a1a8 commit 11eb15c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
provider: kubernetes-ingress-nginx
pulumiVersionFile: .pulumi.version
major-version: 0
sdkModuleDir: .
env:
AWS_REGION: us-west-2
PULUMI_TEST_OWNER: moolumi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -568,11 +568,8 @@ jobs:
with:
repository: ${{ github.repository }}
base-ref: ${{ github.sha }}
source: sdk
path: sdk
source: .
path: .
version: ${{ steps.version.outputs.version }}
additive: false
files: |-
go.*
go/**
!*.tar.gz
files: "**"
Original file line number Diff line number Diff line change
Expand Up @@ -568,14 +568,11 @@ jobs:
with:
repository: ${{ github.repository }}
base-ref: ${{ github.sha }}
source: sdk
path: sdk
source: .
path: .
version: ${{ steps.version.outputs.version }}
additive: false
files: |-
go.*
go/**
!*.tar.gz
files: "**"
dispatch_docs_build:
runs-on: ubuntu-latest
needs: publish_go_sdk
Expand Down

0 comments on commit 11eb15c

Please sign in to comment.