ci: add upload artifacts step
This commit is contained in:
parent
92747c7325
commit
3bb88457ee
|
@ -45,7 +45,7 @@ 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"
|
||||
- ssh-add ~/.ssh/id_ed25519
|
||||
- /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
|
||||
|
@ -110,6 +110,6 @@ volumes:
|
|||
|
||||
---
|
||||
kind: signature
|
||||
hmac: fc80339f6bf301786d9d36c4abc7960a8bb457a7c4d0c48461132f76faa80978
|
||||
hmac: ee8318848826543c977d009ea28d1844d8be23a5010a00afba3f67c3317e18f6
|
||||
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue