From 2ece2ae404323e2b4a8e9041deab49459a5aff8d Mon Sep 17 00:00:00 2001
From: Mirek Kratochvil <miroslav.kratochvil@uni.lu>
Date: Mon, 7 Feb 2022 11:04:12 +0100
Subject: [PATCH] debugging

---
 .github/workflows/apptainer.yml | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

diff --git a/.github/workflows/apptainer.yml b/.github/workflows/apptainer.yml
index 98ce47e8e..516ea3729 100644
--- a/.github/workflows/apptainer.yml
+++ b/.github/workflows/apptainer.yml
@@ -21,18 +21,14 @@ jobs:
       uses: actions/checkout@v1
 
     - name: Build Container
-      env:
-        SINGULARITY_RECIPE: cobrexa
-        OUTPUT_CONTAINER: cobrexa.sif
+      run: singularity build cobrexa.sif cobrexa.def
+
+    - name: debug find all executables
       run: |
-       ls
-       if [ -f "${SINGULARITY_RECIPE}" ]; then
-           singularity build ${OUTPUT_CONTAINER} ${SINGULARITY_RECIPE}
-       else
-           echo "${SINGULARITY_RECIPE} is not found."
-           echo "Present working directory: $PWD"
-           ls
-       fi
+        ls /bin
+        ls /usr/bin
+        ls /sbin
+        ls /usr/sbin
     #- name: Install sregistry dependencies
       #run: |
         #sudo apt-get update && sudo apt-get install -y \
-- 
GitLab