From 2482bd79338bdc3caf7ad164067d8efd641d4c14 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Mon, 28 Jul 2025 23:22:25 -0700 Subject: Updates src stack --- playbooks/roles/src/templates/volumes/soft-serve/hooks/update | 3 --- 1 file changed, 3 deletions(-) (limited to 'playbooks/roles/src/templates/volumes/soft-serve/hooks') diff --git a/playbooks/roles/src/templates/volumes/soft-serve/hooks/update b/playbooks/roles/src/templates/volumes/soft-serve/hooks/update index c209b41..266d0d2 100755 --- a/playbooks/roles/src/templates/volumes/soft-serve/hooks/update +++ b/playbooks/roles/src/templates/volumes/soft-serve/hooks/update @@ -47,8 +47,6 @@ post_trigger_ci_jobs() { local path="/job" local json_payload=$(printf '{"type": "ci_pipeline", "arguments": {"remote": "%s", "rev": "%s", "refname": "%s"}}' "$1" "$2" "$3") - echo "> $json_payload" - which curl 2&>/dev/null || apk add -q curl curl -X POST \ -H "Content-Type: application/json" \ @@ -57,7 +55,6 @@ post_trigger_ci_jobs() { --no-progress-meter \ "http://$host:$port$path" - echo "... Done" } # -- -- -- cgit v1.2.3-70-g09d2