From 163e5420b8af3e0cc0e4c5ce74ef9eabc2dc6bc0 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 27 Jun 2024 15:53:45 +0200 Subject: [PATCH] feat: add list command to nix workflow - The nix workflow has been updated with a new command for listing directory contents. - This change allows inspection of the /root/.nix-profile/bin directory, assisting debug and ensuring correct docker file paths. --- .forgejo/workflows/nix.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/nix.yaml b/.forgejo/workflows/nix.yaml index acd91ca..217f3a9 100644 --- a/.forgejo/workflows/nix.yaml +++ b/.forgejo/workflows/nix.yaml @@ -7,6 +7,7 @@ jobs: - name: upload image run: | echo $PATH + ls -al /root/.nix-profile/bin which docker ls -al /bin docker status