summaryrefslogtreecommitdiff
path: root/playbooks/roles/src/templates/volumes/soft-serve/hooks
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2025-07-28 23:22:25 -0700
committerElizabeth Hunt <me@liz.coffee>2025-07-28 23:22:25 -0700
commit2482bd79338bdc3caf7ad164067d8efd641d4c14 (patch)
treeda78a05decb18b3a0e4e2b9334e7aeadf399f075 /playbooks/roles/src/templates/volumes/soft-serve/hooks
parent1f5f7e330c71cef982f1b77601a57ba481c41cc1 (diff)
downloadinfra-2482bd79338bdc3caf7ad164067d8efd641d4c14.tar.gz
infra-2482bd79338bdc3caf7ad164067d8efd641d4c14.zip
Updates src stack
Diffstat (limited to 'playbooks/roles/src/templates/volumes/soft-serve/hooks')
-rwxr-xr-xplaybooks/roles/src/templates/volumes/soft-serve/hooks/update3
1 files changed, 0 insertions, 3 deletions
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"
}
# -- </continuous_integration> --