From 331c31039637d7c8839b757891ac5bc7004003b6 Mon Sep 17 00:00:00 2001 From: BAK BYEONG JUN Date: Tue, 8 Apr 2025 18:38:54 +0000 Subject: [PATCH] init --- tasks/git-clone-checkout/task.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tasks/git-clone-checkout/task.yaml b/tasks/git-clone-checkout/task.yaml index a651668..1ce1015 100644 --- a/tasks/git-clone-checkout/task.yaml +++ b/tasks/git-clone-checkout/task.yaml @@ -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 -