From 0836405a443f66fa69b03b76fb7c8e109bbffe0d Mon Sep 17 00:00:00 2001 From: madomado Date: Tue, 23 Jul 2024 22:30:28 +0800 Subject: [PATCH] fix(ci): mg.sh should use new ci5 endpoint (#1607) Signed-off-by: madomado --- .github/workflows/mg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mg.sh b/.github/workflows/mg.sh index 037c4197a1..8a07a8cd0a 100755 --- a/.github/workflows/mg.sh +++ b/.github/workflows/mg.sh @@ -17,5 +17,5 @@ for f in anda-build/rpm/rpms/*; do r=$(lesspipe.sh $f | grep -E "Release\s*: " | sed "s@Release\s*: @@") d=${p/\%v/$v} d=${d/\%r/$r} - curl -H "Authorization: Bearer $6" https://madoguchi.fyralabs.com/ci/terra$3/builds/$n -X PUT -H "Content-Type: application/json" -d $d --fail-with-body + curl -H "Authorization: Bearer $6" https://madoguchi.fyralabs.com/ci5/terra$3/builds/$n -X PUT -H "Content-Type: application/json" -d $d --fail-with-body done