Skip to content
Snippets Groups Projects
Commit 81ada77e authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Try to get the deploy key working

Randomly guessing custom CircleCI git implementation doesn't support custom
deploy keys?
parent 78d8a5c3
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,11 @@ jobs:
docker:
- image: "nixos/nix:2.2.1"
steps:
- run:
name: "Install Git"
command: |
nix-env -i git
- "checkout"
- run:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment