CI test : delete /os/release thing
All checks were successful
/ test (push) Successful in 2m19s

This commit is contained in:
Théo Barnouin 2024-10-24 11:00:32 +02:00
parent fd316a567c
commit 34eddd1fe8

View file

@ -8,7 +8,6 @@ jobs:
steps: steps:
- name: Clone repo and connect to ssh - name: Clone repo and connect to ssh
run: | run: |
cat /etc/os-release
nix-shell -p git ssh-agents nixos-rebuild nix-shell -p git ssh-agents nixos-rebuild
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
cd nixos-hypervisor cd nixos-hypervisor