Skip to content

Commit

Permalink
fix(deploy): fix argument error (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwambach committed Apr 15, 2020
1 parent edc482c commit a54722b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/cloudbuild-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit a54722b

Please sign in to comment.