This commit is contained in:
병준 박 2025-04-08 18:38:54 +00:00
parent a5bf6f80e3
commit 331c310396

View File

@ -42,7 +42,7 @@ spec:
verify the peer with when fetching or pushing over HTTPS.
params:
- name: url
- name: repo-url
description: Repository URL to clone from.
type: string
- name: revision
@ -66,10 +66,6 @@ spec:
#!/usr/bin/env sh
set -eu
if [ "${PARAM_VERBOSE}" = "true" ] ; then
set -x
fi