From ad78b9ee5c6eabadea713857fac9ff02a2b4c1bd Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sat, 25 Jul 2026 13:25:17 +0000 Subject: [PATCH] CI: revert spurrious changed introduced in #1487 that broke CI for main-v2 (#1499) Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/1499 --- script/dev-bucket.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/dev-bucket.sh b/script/dev-bucket.sh index 61eb8f4b..82e73652 100755 --- a/script/dev-bucket.sh +++ b/script/dev-bucket.sh @@ -18,7 +18,7 @@ fi $GARAGE_BIN -c /tmp/config.1.toml bucket create eprouvette if [ "$GARAGE_OLDVER" = "v08" ]; then - KEY_INFO=$($GARAGE_BIN -c /tmp/config.1.toml key create opérateur) + KEY_INFO=$($GARAGE_BIN -c /tmp/config.1.toml key new --name opérateur) ACCESS_KEY=`echo $KEY_INFO|grep -Po 'GK[a-f0-9]+'` SECRET_KEY=`echo $KEY_INFO|grep -Po 'Secret key: [a-f0-9]+'|grep -Po '[a-f0-9]+$'` elif [ "$GARAGE_OLDVER" = "v1" ]; then