mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-05 07:49:58 +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 rm -rf /var/lib/apt/lists/*
|
||||
RUN npm install
|
||||
RUN echo $GIT_BRANCH
|
||||
ENV GIT_BRANCH=$GIT_BRANCH
|
||||
ENV GIT_COMMIT=$GIT_COMMIT
|
||||
RUN git clone -n https://github.com/wukko/cobalt.git --depth 1 && mv cobalt/.git ./ && rm -rf cobalt
|
||||
|
|
Loading…
Reference in a new issue