From 967997270ebd378f74b7ae6f458b7a853e869c54 Mon Sep 17 00:00:00 2001 From: Matthias Tafelmeier Date: Thu, 8 Jun 2023 23:24:19 +0200 Subject: [PATCH] dbg --- .github/workflows/controller.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/controller.yml b/.github/workflows/controller.yml index a642d2bf..da798855 100644 --- a/.github/workflows/controller.yml +++ b/.github/workflows/controller.yml @@ -31,5 +31,9 @@ jobs: - uses: actions/checkout@v2 - name: do post checkout run: > + id; + stat api/*; + cat /proc/mounts; + chown -R github-runner-nixos:users *; pushd api && mask api generate && popd; - chown -R github-runner:users * + chown -R github-runner-nixos:users *;