ci: add upload artifacts step

This commit is contained in:
teutat3s 2022-08-24 21:44:23 +02:00
parent 85e1609a8a
commit 23ef0db3bf
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -45,10 +45,10 @@ 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"
- 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
- 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
- git add tritonshell
- cd tritonshell
@ -113,6 +113,6 @@ volumes:
---
kind: signature
hmac: 38ba0b88175e2837a1157e9d211b30d72b1238c8072da101ced53075f901fdd7
hmac: 0adc63c5cb2a1cb021de803a8a73fb783134cc5b663727ff6ab100f5d74eefab
...