mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-09-06 06:52:21 +02:00
Compare commits
2 Commits
8df7ef0d1e
...
6042fe1075
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6042fe1075 | ||
|
|
07134bbea4 |
13
Taskfile.yml
13
Taskfile.yml
@ -156,11 +156,10 @@ tasks:
|
|||||||
internal: true
|
internal: true
|
||||||
cmds:
|
cmds:
|
||||||
- >
|
- >
|
||||||
GITHUB_REF= dagger -sc "github.com/sagikazarmark/daggerverse/golangci-lint@${DAGGER_GOLANGCI_LINT_SHA}
|
echo $(pwd);
|
||||||
|
GITHUB_REF= dagger -c "github.com/sagikazarmark/daggerverse/golangci-lint@${DAGGER_GOLANGCI_LINT_SHA}
|
||||||
--version ${GOLANGCI_LINT_VERSION} |
|
--version ${GOLANGCI_LINT_VERSION} |
|
||||||
run . --config .golangci.yml | stdout"
|
run . --config .golangci.yml | stdout"
|
||||||
sources:
|
|
||||||
- ./**/*.go
|
|
||||||
|
|
||||||
internal:wordlist-ordered:
|
internal:wordlist-ordered:
|
||||||
desc: Order the word list file
|
desc: Order the word list file
|
||||||
@ -311,6 +310,9 @@ tasks:
|
|||||||
internal: true
|
internal: true
|
||||||
deps:
|
deps:
|
||||||
- internal:registry-network-connect
|
- internal:registry-network-connect
|
||||||
|
env:
|
||||||
|
# renovate: datasource=git-refs depName=docker lookupName=https://github.com/purpleclay/daggerverse currentValue=main
|
||||||
|
DAGGER_DOCKER_SHA: ee12c1a4a2630e194ec20c5a9959183e3a78c192
|
||||||
cmds:
|
cmds:
|
||||||
- >
|
- >
|
||||||
dagger run docker buildx build -f containers/Dockerfile.plugin --build-arg GO_VERSION={{.GO_VERSION}}
|
dagger run docker buildx build -f containers/Dockerfile.plugin --build-arg GO_VERSION={{.GO_VERSION}}
|
||||||
@ -323,6 +325,9 @@ tasks:
|
|||||||
internal: true
|
internal: true
|
||||||
deps:
|
deps:
|
||||||
- internal:registry-network-connect
|
- internal:registry-network-connect
|
||||||
|
env:
|
||||||
|
# renovate: datasource=git-refs depName=docker lookupName=https://github.com/purpleclay/daggerverse currentValue=main
|
||||||
|
DAGGER_DOCKER_SHA: ee12c1a4a2630e194ec20c5a9959183e3a78c192
|
||||||
cmds:
|
cmds:
|
||||||
- >
|
- >
|
||||||
dagger run docker buildx build -f containers/Dockerfile.sidecar --build-arg GO_VERSION={{.GO_VERSION}}
|
dagger run docker buildx build -f containers/Dockerfile.sidecar --build-arg GO_VERSION={{.GO_VERSION}}
|
||||||
@ -440,7 +445,7 @@ tasks:
|
|||||||
- internal:controller-gen
|
- internal:controller-gen
|
||||||
env:
|
env:
|
||||||
# renovate: datasource=git-refs depName=crd-gen-refs lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
|
# renovate: datasource=git-refs depName=crd-gen-refs lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
|
||||||
DAGGER_CRDGENREF_SHA: 7174b66d283da487638a98b431b7707b311a9a32
|
DAGGER_CRDGENREF_SHA: 26cd57fb6ad66e88c036b675b0478d38df93962d
|
||||||
# renovate: datasource=go depName=github.com/elastic/crd-ref-docs
|
# renovate: datasource=go depName=github.com/elastic/crd-ref-docs
|
||||||
CRDREFDOCS_VERSION: v0.3.0
|
CRDREFDOCS_VERSION: v0.3.0
|
||||||
cmds:
|
cmds:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user