mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-11 21:23:12 +01:00
The latest version v0.1.10 fix the issue #297 that was producing that the CI failed every time because of the cache didn't exists and needed to wait for the server to start. Closes #297 Signed-off-by: Jonathan Gonzalez V. <jonathan.gonzalez@enterprisedb.com>
20 lines
426 B
JSON
20 lines
426 B
JSON
{
|
|
"name": "e2e",
|
|
"engineVersion": "v0.18.5",
|
|
"sdk": {
|
|
"source": "go"
|
|
},
|
|
"dependencies": [
|
|
{
|
|
"name": "go",
|
|
"source": "github.com/sagikazarmark/daggerverse/go@go/v0.9.0",
|
|
"pin": "d9ba06776c4c1ccf6f329bd862b9b439c4582ab6"
|
|
},
|
|
{
|
|
"name": "k3s",
|
|
"source": "github.com/marcosnils/daggerverse/k3s@k3s/v0.1.10",
|
|
"pin": "28eea1fcf3b6ecb38a628186107760acd717442f"
|
|
}
|
|
]
|
|
}
|