diff --git a/.drone.yml b/.drone.yml index a2428f55..2dfcd26a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -45,7 +45,7 @@ steps: - echo env var TARGET_DIR is set to $$TARGET_DIR - "mkdir ~/.ssh && chmod 700 ~/.ssh" - "echo $$PRIVATE_SSH_KEY > ~/.ssh/id_ed25519 && chmod 600 ~/.ssh/id_ed25519" - - ssh-add ~/.ssh/id_ed25519 + - /run/current-system/sw/bin/ssh-add ~/.ssh/id_ed25519 - nix flake new --template "git+https://git.greenbaum.cloud/dev/tritonshell?ref=main" ./tritonshell - git add tritonshell - cd tritonshell @@ -110,6 +110,6 @@ volumes: --- kind: signature -hmac: fc80339f6bf301786d9d36c4abc7960a8bb457a7c4d0c48461132f76faa80978 +hmac: ee8318848826543c977d009ea28d1844d8be23a5010a00afba3f67c3317e18f6 ...