ci: add upload artifacts step
This commit is contained in:
parent
347eebb957
commit
d98ad5fba3
|
@ -43,6 +43,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- export TARGET_DIR="$${DRONE_REPO}/$${DRONE_BUILD_NUMBER}"
|
- export TARGET_DIR="$${DRONE_REPO}/$${DRONE_BUILD_NUMBER}"
|
||||||
- echo env var TARGET_DIR is set to $$TARGET_DIR
|
- echo env var TARGET_DIR is set to $$TARGET_DIR
|
||||||
|
- env | grep HOME
|
||||||
- "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"
|
||||||
- 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
|
||||||
|
@ -109,6 +110,6 @@ volumes:
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 41be6f11d14ccca5682ded65ba07a84ccd84e3dfd61cf7fa49ddbd3cb9921be3
|
hmac: 9229e61bbc27bc0f8038a004c8b7b8ebcc2bfe1b8e709942313178ab9ad3c3a9
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue