staging: garage v1.0 rc1

This commit is contained in:
Alex 2024-03-28 17:17:21 +01:00
parent 5b89004c0f
commit 1a1ad0a8ad

View file

@ -26,8 +26,8 @@ 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",
# garage v0.10 beta as of 2024-03-27 # garage v1.0.0-rc1 as of 2024-03-28
"git+https://git.deuxfleurs.fr/Deuxfleurs/garage.git?ref=next-0.10&rev=25c196f34d958f4f61d50c89a1c5d40b96d7cd24" "git+https://git.deuxfleurs.fr/Deuxfleurs/garage.git?ref=next-0.10&rev=afad62939e071621666ca7255f7164f92c4475bb"
] ]
command = "garage" command = "garage"
args = [ "server" ] args = [ "server" ]