ci: add upload artifacts step

This commit is contained in:
teutat3s 2022-08-14 22:38:15 +02:00
parent 4fd3875952
commit 347eebb957
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -43,6 +43,8 @@ steps:
commands:
- export TARGET_DIR="$${DRONE_REPO}/$${DRONE_BUILD_NUMBER}"
- 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"
- nix flake new --template "git+https://git.greenbaum.cloud/dev/tritonshell?ref=main" ./tritonshell
- git add tritonshell
- cd tritonshell
@ -107,6 +109,6 @@ volumes:
---
kind: signature
hmac: cacfa28a65b565d5dd6685b93aec56d9ca0a0e8463dd91342ac94fe853302890
hmac: 41be6f11d14ccca5682ded65ba07a84ccd84e3dfd61cf7fa49ddbd3cb9921be3
...