From 028fd748a673d3d7b473b4164176f82051dfe1d5 Mon Sep 17 00:00:00 2001 From: moilanik Date: Mon, 22 Jun 2026 05:47:36 +0300 Subject: [PATCH] multi commit status gitops puolelle --- scripts/gitops-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gitops-update.sh b/scripts/gitops-update.sh index cd1ada1..6b455d6 100755 --- a/scripts/gitops-update.sh +++ b/scripts/gitops-update.sh @@ -62,7 +62,7 @@ _gitops_nochange() { local SOURCE_URL="${GITEA_API_URL}/${SOURCE_REPO}/commit/${SOURCE_COMMIT}" - ROOT_REPO="${GITOPS_REPO}" ROOT_COMMIT="${SOURCE_COMMIT}" \ + ROOT_REPO="${GITOPS_REPO}" ROOT_COMMIT="${GITOPS_SHA}" \ GITEA_API_URL="${GITEA_API_URL}" GITEA_TOKEN="${GITEA_TOKEN}" \ bash "${SCRIPT_DIR}/report-status.sh" success \ "Install to ${env} ${VERSION} — no change" \