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 -