Update .gitpod.yml

This commit is contained in:
Lisanna Dettwyler 2021-05-27 03:50:55 +00:00
parent a1013acbd8
commit b8edc4c7b9

View File

@ -8,6 +8,7 @@ tasks:
command: |
[ -f /workspace/dropbear.hostkey ] || dropbearkey -t rsa -f /workspace/dropbear.hostkey
dropbear -r /workspace/dropbear.hostkey -F -E -s -p 2222 -P ~/dropbear.pid
- command: cabal v2-update
- command: |
mkdir -p ~/.ssh
if test -z "$SSH_KEY"; then