Skip to content

Commit 78c4e69

Browse files
committed
fix: ensures no ssh regen
1 parent 882a1f6 commit 78c4e69

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.tasks/tools.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ tasks:
7575
cmds:
7676
- printf 'y\n' | ssh-keygen -t rsa -b 4096 -C "{{.SSH_EMAIL}}" -N "" -f {{.ARTIFACT_DIR}}/testkey && chmod 0700 {{.ARTIFACT_DIR}}/testkey
7777
- echo "SSH keypair generated"
78+
status:
79+
- test -f {{.ARTIFACT_DIR}}/testkey
80+
- test -f {{.ARTIFACT_DIR}}/testkey.pub
7881

7982
tls-certs:
8083
desc: "Generate client TLS certificates"

0 commit comments

Comments
 (0)