forked from Deuxfleurs/nixcfg
staging: dev garage with fixed k2v double-urlencoding
This commit is contained in:
parent
efd5ec3323
commit
ff13616887
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ job "garage-staging" {
|
||||||
packages = [
|
packages = [
|
||||||
"#bash", # so that we can enter a shell inside container
|
"#bash", # so that we can enter a shell inside container
|
||||||
"#coreutils",
|
"#coreutils",
|
||||||
"git+https://git.deuxfleurs.fr/Deuxfleurs/garage.git?ref=main&rev=0d0906b066eb76111f3b427dce1c50eac083366c",
|
"git+https://git.deuxfleurs.fr/Deuxfleurs/garage.git?ref=main&rev=03efc191c1697140d24c431e88bd4964c77823e5",
|
||||||
]
|
]
|
||||||
command = "garage"
|
command = "garage"
|
||||||
args = [ "server" ]
|
args = [ "server" ]
|
||||||
|
|
Loading…
Reference in a new issue