From a85be64c103be1544d7d6bb83c6ab19b7e9d9ac1 Mon Sep 17 00:00:00 2001
From: Mirek Kratochvil <miroslav.kratochvil@uni.lu>
Date: Mon, 7 Feb 2022 11:44:11 +0100
Subject: [PATCH] squash back

---
 .github/workflows/apptainer.yml | 2 +-
 cobrexa.def                     | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/apptainer.yml b/.github/workflows/apptainer.yml
index 865a59e6f..426d81609 100644
--- a/.github/workflows/apptainer.yml
+++ b/.github/workflows/apptainer.yml
@@ -8,7 +8,7 @@ on:
 jobs:
   build:
     name: build
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-18.04
     strategy:
       matrix:
         singularity_version:
diff --git a/cobrexa.def b/cobrexa.def
index 5f18d8e96..129aac5a5 100644
--- a/cobrexa.def
+++ b/cobrexa.def
@@ -7,6 +7,7 @@ From: cylon-x/lcsb-biocore/julia-base:latest
     #mkdir -p "${GIT_WORK_TREE}"
     #git checkout -f
     cp -a "`pwd`" "${SINGULARITY_ROOTFS}/project/"
+    rm -fr "${SINGULARITY_ROOTFS}/project/.git/"
 
 %post
     export JULIA_DEPOT_PATH=/user/.julia
-- 
GitLab