mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-27 17:08:28 +00:00
good lord
This commit is contained in:
parent
5696d4091d
commit
81e634b091
@ -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 New Issue
Block a user