Unverified Commit a8a3dca6 authored by Wolfgang Walther's avatar Wolfgang Walther
Browse files

nixosTests.gitlab: fix

Not sure why the .ssh folder already exists by now, but this fixes it
for now and makes sure it won't regress if the folder does not exist
anymore.
parent 02f17eb6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -249,7 +249,7 @@ in
          with subtest("Setup Git and SSH for Alice"):
              gitlab.succeed("git config --global user.name Alice")
              gitlab.succeed("git config --global user.email alice@nixos.invalid")
              gitlab.succeed("mkdir -m 700 /root/.ssh")
              gitlab.succeed("mkdir -p -m 700 /root/.ssh")
              gitlab.succeed("cat ${snakeOilPrivateKey} > /root/.ssh/id_ecdsa")
              gitlab.succeed("chmod 600 /root/.ssh/id_ecdsa")
              gitlab.succeed(