We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b16ed0 commit 3e062fbCopy full SHA for 3e062fb
1 file changed
.circleci/config.yml
@@ -39,6 +39,8 @@ jobs:
39
- run:
40
name: Avoid hosts unknown for github
41
command: mkdir -p ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
42
+ - git-shallow-clone/checkout:
43
+ depth: 1
44
45
name: "Configure GPG"
46
command: |
0 commit comments