From a54722b992f10d3335869adeea737aadd618daed Mon Sep 17 00:00:00 2001 From: Philipp Wambach Date: Wed, 15 Apr 2020 11:45:34 +0200 Subject: [PATCH] fix(deploy): fix argument error (#333) --- ci/cloudbuild-deploy.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/cloudbuild-deploy.yaml b/ci/cloudbuild-deploy.yaml index 2f34ecb84..d8e6adba7 100644 --- a/ci/cloudbuild-deploy.yaml +++ b/ci/cloudbuild-deploy.yaml @@ -23,7 +23,8 @@ steps: [ 'clone', '--single-branch', - '--branch ${BRANCH_NAME}', + '--branch', + '${BRANCH_NAME}', '--depth 5', 'https://github.com/ubilabs/esa-climate-from-space', 'repo'