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