good lord

This commit is contained in:
wukko 2023-04-09 11:18:18 +06:00
parent 5696d4091d
commit 81e634b091

View file

@ -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