Test CI : ssh connection
Some checks failed
/ test (push) Failing after 15s

This commit is contained in:
Théo Barnouin 2024-10-23 18:12:34 +02:00
parent f073c3232f
commit 814adf0da4

View file

@ -10,7 +10,6 @@ jobs:
ls -alh ls -alh
nix-shell -p git nix-shell -p git
git clone https://"${{ vars.GIT_USER }}":"${{ vars.GIT_PASS }}"@git.le43.eu/tbarnouin/nixos-hypervisor git clone https://"${{ vars.GIT_USER }}":"${{ vars.GIT_PASS }}"@git.le43.eu/tbarnouin/nixos-hypervisor
exit
cd nixos-hypervisor cd nixos-hypervisor
nix-shell -p ssh-agents nix-shell -p ssh-agents
eval $(ssh-agent -s) eval $(ssh-agent -s)