ci: add upload artifacts step
This commit is contained in:
parent
92747c7325
commit
3bb88457ee
1 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ steps:
|
||||||
- echo env var TARGET_DIR is set to $$TARGET_DIR
|
- echo env var TARGET_DIR is set to $$TARGET_DIR
|
||||||
- "mkdir ~/.ssh && chmod 700 ~/.ssh"
|
- "mkdir ~/.ssh && chmod 700 ~/.ssh"
|
||||||
- "echo $$PRIVATE_SSH_KEY > ~/.ssh/id_ed25519 && chmod 600 ~/.ssh/id_ed25519"
|
- "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
|
- nix flake new --template "git+https://git.greenbaum.cloud/dev/tritonshell?ref=main" ./tritonshell
|
||||||
- git add tritonshell
|
- git add tritonshell
|
||||||
- cd tritonshell
|
- cd tritonshell
|
||||||
|
@ -110,6 +110,6 @@ volumes:
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: fc80339f6bf301786d9d36c4abc7960a8bb457a7c4d0c48461132f76faa80978
|
hmac: ee8318848826543c977d009ea28d1844d8be23a5010a00afba3f67c3317e18f6
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
Loading…
Add table
Reference in a new issue