mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-05 16:00:05 +00:00
good lord
This commit is contained in:
parent
5696d4091d
commit
81e634b091
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ RUN apt-get update
|
||||||
RUN apt-get install -y git
|
RUN apt-get install -y git
|
||||||
RUN rm -rf /var/lib/apt/lists/*
|
RUN rm -rf /var/lib/apt/lists/*
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
RUN echo $GIT_BRANCH
|
||||||
ENV GIT_BRANCH=$GIT_BRANCH
|
ENV GIT_BRANCH=$GIT_BRANCH
|
||||||
ENV GIT_COMMIT=$GIT_COMMIT
|
ENV GIT_COMMIT=$GIT_COMMIT
|
||||||
RUN git clone -n https://github.com/wukko/cobalt.git --depth 1 && mv cobalt/.git ./ && rm -rf cobalt
|
RUN git clone -n https://github.com/wukko/cobalt.git --depth 1 && mv cobalt/.git ./ && rm -rf cobalt
|
||||||
|
|
Loading…
Reference in a new issue