Skip to content

Commit 3e062fb

Browse files
feat: add clone step to deploy job (#194)
1 parent 5b16ed0 commit 3e062fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
- run:
4040
name: Avoid hosts unknown for github
4141
command: mkdir -p ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
42+
- git-shallow-clone/checkout:
43+
depth: 1
4244
- run:
4345
name: "Configure GPG"
4446
command: |

0 commit comments

Comments
 (0)