From 60b026171de7256fdc515e69748eadd43041fe1f Mon Sep 17 00:00:00 2001 From: LamGC Date: Sat, 10 Feb 2024 16:45:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E4=BB=93=E5=BA=93=E4=BB=8E=20docker-i?= =?UTF-8?q?nbound-agent=20=E5=88=87=E6=8D=A2=E4=B8=BA=20docker-agent.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update-version.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update-version.sh b/update-version.sh index 16ea024..4984325 100644 --- a/update-version.sh +++ b/update-version.sh @@ -1,4 +1,4 @@ -LATEST_VERSION=$(curl -s https://api.github.com/repos/jenkinsci/docker-inbound-agent/releases/latest | grep tag_name | cut -d '"' -f 4) +LATEST_VERSION=$(curl -s https://api.github.com/repos/jenkinsci/docker-agent/releases/latest | grep tag_name | cut -d '"' -f 4) if [ "$LATEST_VERSION" != "$(cat LATEST_VERSION)" ]; then echo "$LATEST_VERSION" > LATEST_VERSION -fi \ No newline at end of file +fi