Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ad3e908c98 | |||
| 320616f9c5 |
@@ -31,13 +31,16 @@ jobs:
|
||||
repository: ${{ env.UPSTREAM_REPO }}
|
||||
path: ${{ env.UPSTREAM_DIR }}
|
||||
token: ${{ secrets.GITEA_TOKEN }}
|
||||
# Without an explicit ref, checkout asks the API for the default
|
||||
# branch and fails on this Gitea with "not found".
|
||||
ref: main
|
||||
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: ${{ env.GO_VERSION }}
|
||||
cache-dependency-path: |
|
||||
pulumi-dokploy/provider/go.sum
|
||||
pulumi-dokploy/sdk/go.sum
|
||||
# The runner's cache server is unreachable from job containers, so
|
||||
# every restore/save hangs until timeout. Re-enable once fixed.
|
||||
cache: false
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
|
||||
@@ -33,10 +33,13 @@ jobs:
|
||||
repository: ${{ env.UPSTREAM_REPO }}
|
||||
path: ${{ env.UPSTREAM_DIR }}
|
||||
token: ${{ secrets.GITEA_TOKEN }}
|
||||
# checkout's default-branch lookup returns "not found" on this Gitea.
|
||||
ref: main
|
||||
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: ${{ env.GO_VERSION }}
|
||||
cache: false
|
||||
|
||||
- uses: goreleaser/goreleaser-action@v6
|
||||
with:
|
||||
@@ -59,10 +62,13 @@ jobs:
|
||||
repository: ${{ env.UPSTREAM_REPO }}
|
||||
path: ${{ env.UPSTREAM_DIR }}
|
||||
token: ${{ secrets.GITEA_TOKEN }}
|
||||
# checkout's default-branch lookup returns "not found" on this Gitea.
|
||||
ref: main
|
||||
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: ${{ env.GO_VERSION }}
|
||||
cache: false
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -7,6 +7,7 @@
|
||||
/sdk/nodejs/node_modules/
|
||||
/sdk/dotnet/bin/
|
||||
/sdk/dotnet/obj/
|
||||
/sdk/dotnet/nupkg/
|
||||
/sdk/python/build/
|
||||
/sdk/python/dist/
|
||||
/sdk/python/*.egg-info/
|
||||
|
||||
Reference in New Issue
Block a user