summaryrefslogtreecommitdiff
path: root/playbooks/roles/src/templates/volumes/soft-serve/hooks/update
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/roles/src/templates/volumes/soft-serve/hooks/update')
-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> --