From d98ad5fba362cece6a4f9a44c20a7d1ba122c1bf Mon Sep 17 00:00:00 2001 From: teutat3s Date: Wed, 24 Aug 2022 20:41:03 +0200 Subject: [PATCH] ci: add upload artifacts step --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 077188c1..d19862a0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -43,6 +43,7 @@ steps: commands: - export TARGET_DIR="$${DRONE_REPO}/$${DRONE_BUILD_NUMBER}" - echo env var TARGET_DIR is set to $$TARGET_DIR + - env | grep HOME - "mkdir ~/.ssh && chmod 700 ~/.ssh" - "echo $$PRIVATE_SSH_KEY > ~/.ssh/id_ed25519 && chmod 600 ~/.ssh/id_ed25519" - nix flake new --template "git+https://git.greenbaum.cloud/dev/tritonshell?ref=main" ./tritonshell @@ -109,6 +110,6 @@ volumes: --- kind: signature -hmac: 41be6f11d14ccca5682ded65ba07a84ccd84e3dfd61cf7fa49ddbd3cb9921be3 +hmac: 9229e61bbc27bc0f8038a004c8b7b8ebcc2bfe1b8e709942313178ab9ad3c3a9 ...