From 771199f2ba7ad873c092d5d94ef13db3e98802ce Mon Sep 17 00:00:00 2001 From: teutat3s Date: Wed, 24 Aug 2022 22:09:27 +0200 Subject: [PATCH] ci: add upload artifacts step --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 97f61388..336444ac 100644 --- a/.drone.yml +++ b/.drone.yml @@ -44,7 +44,7 @@ steps: - export TARGET_DIR="$${DRONE_REPO}/$${DRONE_BUILD_NUMBER}" - echo env var TARGET_DIR is set to $$TARGET_DIR - "mkdir ~/.ssh && chmod 700 ~/.ssh" - - "echo -n $$PRIVATE_SSH_KEY > ~/.ssh/id_ed25519 && chmod 600 ~/.ssh/id_ed25519" + - "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 - nix flake new --template "git+https://git.greenbaum.cloud/dev/tritonshell?ref=main" ./tritonshell @@ -111,6 +111,6 @@ volumes: --- kind: signature -hmac: 4f59769b2ae1edd0386bfaeaf12893242c859b6173b55c5203d2f0cb56edee17 +hmac: e324e5ec70a901dd262576252e6f661bdd608d91445693ab3043f4f13f682b87 ...