Skip to content

Commit 0890559

Browse files
committed
fixup
Signed-off-by: Alexander Dahmen <[email protected]>
1 parent f5f412c commit 0890559

File tree

2 files changed

+6
-43
lines changed

2 files changed

+6
-43
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
steps:
2323
- name: Checkout
2424
uses: actions/checkout@v4
25+
2526
- name: Unshallow clone for tags
2627
run: git fetch --prune --unshallow --tags
2728

@@ -37,50 +38,12 @@ jobs:
3738

3839
- name: Install pulumi
3940
uses: pulumi/actions@v4
40-
41-
- name: Setup Node
42-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # tag=v4.4.0
43-
with:
44-
node-version: ${{matrix.nodeversion}}
45-
registry-url: ${{env.NPM_REGISTRY_URL}}
46-
- name: Setup DotNet
47-
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag=v2.1.0
48-
with:
49-
dotnet-version: ${{matrix.dotnetverson}}
50-
- name: Setup Python
51-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # tag=v5.6.0
52-
with:
53-
python-version: ${{matrix.pythonversion}}
54-
55-
- name: Debugging
56-
run: |
57-
which pulumictl
58-
pulumictl version
59-
make build
60-
# make tfgen
61-
# pulumictl get version --language generic --debug
6241

63-
#- name: Build sdks
64-
# run: make build
42+
- name: Build sdks
43+
run: make build
6544

66-
#- name: Lint
67-
# run: make lint_provider
68-
strategy:
69-
fail-fast: true
70-
matrix:
71-
dotnetversion:
72-
- 3.1.301
73-
goversion:
74-
- 1.23.x
75-
language:
76-
- nodejs
77-
- python
78-
- dotnet
79-
- go
80-
nodeversion:
81-
- 20.x
82-
pythonversion:
83-
- "3.9"
45+
- name: Lint
46+
run: make lint_provider
8447

8548
config:
8649
name: Check GoReleaser config

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ release:
7171
prerelease: auto
7272

7373
snapshot:
74-
name_template: '{{ .Tag }}-SNAPSHOT'
74+
version_template: '{{ .Tag }}-SNAPSHOT'

0 commit comments

Comments
 (0)