Skip to content
Snippets Groups Projects
Commit 9518f098 authored by Prashanth D. Rao's avatar Prashanth D. Rao
Browse files

migrate github links to gitlab and update the tag

parent 8e11bf01
Branches
Tags v2.0.0
No related merge requests found
......@@ -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
......
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment