ci: set shell (bash) for the user
This commit is contained in:
parent
22ddada2f7
commit
4fe7a0906e
2
.github/workflows/e2e.yml
vendored
2
.github/workflows/e2e.yml
vendored
@ -75,7 +75,7 @@ jobs:
|
|||||||
|
|
||||||
ssh root@$IP "curl -L https://nixos.org/nix/install | sh -s -- --daemon"
|
ssh root@$IP "curl -L https://nixos.org/nix/install | sh -s -- --daemon"
|
||||||
ssh root@$IP "echo 'experimental-features = nix-command flakes' >> /etc/nix/nix.conf"
|
ssh root@$IP "echo 'experimental-features = nix-command flakes' >> /etc/nix/nix.conf"
|
||||||
ssh root@$IP "useradd user && mkdir -p /home/user/.ssh && cp /root/.ssh/authorized_keys /home/user/.ssh/ && chown -R user:user /home/user"
|
ssh root@$IP "useradd --shell /bin/bash user && mkdir -p /home/user/.ssh && cp /root/.ssh/authorized_keys /home/user/.ssh/ && chown -R user:user /home/user"
|
||||||
|
|
||||||
echo 'name = "out-of-tree script"' >> .out-of-tree.toml
|
echo 'name = "out-of-tree script"' >> .out-of-tree.toml
|
||||||
echo 'type = "script"' >> .out-of-tree.toml
|
echo 'type = "script"' >> .out-of-tree.toml
|
||||||
|
Loading…
Reference in New Issue
Block a user