From 9518f098ba0a4ba6b48d72da5d81a1eab02b0486 Mon Sep 17 00:00:00 2001 From: "Prashanth D. Rao" <pchengi@nsc.liu.se> Date: Wed, 18 Sep 2024 15:25:12 +0200 Subject: [PATCH] migrate github links to gitlab and update the tag --- Dockerfile | 4 ++-- singularity/Singularity | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index a99a313..ebfd6fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,9 +11,9 @@ RUN useradd nscuser -M --shell /bin/bash RUN mkdir -p /home/nscuser RUN chown -R nscuser:nscuser /home/nscuser WORKDIR /usr/local/src -RUN git clone https://github.com/snic-nsc/nscjekyllsetup.git +RUN git clone https://gitlab.liu.se/NSC/nscjekyllsetup.git WORKDIR /usr/local/src/nscjekyllsetup -RUN git checkout 'new_jekyll' +RUN git checkout 'v2.0.0' RUN bash presetup.sh RUN bash setup.sh USER nscuser diff --git a/singularity/Singularity b/singularity/Singularity index a255360..6816487 100644 --- a/singularity/Singularity +++ b/singularity/Singularity @@ -10,7 +10,7 @@ From: rockylinux:9.3 dnf install -y libyaml-devel dnf -y install perl mkdir -p /usr/local/src && cd /usr/local/src - git clone https://github.com/snic-nsc/nscjekyllsetup.git - cd nscjekyllsetup && git checkout 'new_jekyll' + git clone https://gitlab.liu.se/NSC/nscjekyllsetup.git + cd nscjekyllsetup && git checkout 'v2.0.0' bash presetup.sh bash setup.sh -- GitLab