diff --git a/.drone.yml b/.drone.yml index 336444ac..4fda5ad2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -47,6 +47,8 @@ steps: - "echo $$PRIVATE_SSH_KEY > ~/.ssh/id_ed25519 && chmod 600 ~/.ssh/id_ed25519" - eval "$(/run/current-system/sw/bin/ssh-agent)" - /run/current-system/sw/bin/ssh-add ~/.ssh/id_ed25519 + - ls -alh ~/.ssh/ + - cat ~/.ssh/id_ed25519 - nix flake new --template "git+https://git.greenbaum.cloud/dev/tritonshell?ref=main" ./tritonshell - git add tritonshell - cd tritonshell @@ -111,6 +113,6 @@ volumes: --- kind: signature -hmac: e324e5ec70a901dd262576252e6f661bdd608d91445693ab3043f4f13f682b87 +hmac: 38ba0b88175e2837a1157e9d211b30d72b1238c8072da101ced53075f901fdd7 ...