Skip to content
Snippets Groups Projects
Commit 5bfa48e6 authored by Prashanth Dwarakanath's avatar Prashanth Dwarakanath
Browse files

fix path and update tag

parent 96b0609a
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ RUN useradd nscuser --shell /bin/bash ...@@ -5,7 +5,7 @@ RUN useradd nscuser --shell /bin/bash
WORKDIR /usr/local/src WORKDIR /usr/local/src
RUN git clone https://github.com/snic-nsc/nscjekyllsetup.git RUN git clone https://github.com/snic-nsc/nscjekyllsetup.git
WORKDIR /usr/local/src/nscjekyllsetup WORKDIR /usr/local/src/nscjekyllsetup
RUN git checkout 'v1.05' RUN git checkout 'v1.06'
RUN bash presetup.sh RUN bash presetup.sh
RUN bash setup.sh RUN bash setup.sh
USER nscuser USER nscuser
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment