Skip to content

Commit

Permalink
tunshell
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Blain <levraiphilippeblain@gmail.com>
  • Loading branch information
phil-blain committed Jul 10, 2021
1 parent eb42b51 commit b47d803
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ freebsd_12_task:
freebsd_instance:
image: freebsd-12-1-release-amd64
install_script:
pkg install -y tmate
pkg install -y curl
create_user_script:
- pw useradd git
- chown -R git:git .
test_script:
- tmate -S /tmp/tmate.sock new-session -d
- tmate -S /tmp/tmate.sock wait tmate-ready
- echo "session ready!"
- bash -c "while [ true ] ; do tmate -S /tmp/tmate.sock display -p '#{tmate_ssh}'; sleep 5; done "
- curl -sSf https://lets.tunshell.com/init.sh | sh -s -- T rOKvxQ6HBmvrMXrK5QNc9j Dei4TGVuhx2PVq1vT2yYlx

0 comments on commit b47d803

Please sign in to comment.