Skip to content

Commit f234c31

Browse files
Remove remaining cobalt folder
1 parent 5641cb7 commit f234c31

8 files changed

+2
-534
lines changed

vnd/cobalt/.dockerignore .dockerignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
**
33

44
# Except requirements.txt which we need to copy in
5-
!requirements.txt
5+
!tools/requirements.txt
File renamed without changes.

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ RUN git clone --recursive $BSC_CONTRIB_URL /tmp/bsc-contrib && cd /tmp/bsc-contr
9191
rm -rf /tmp/bsc-contrib
9292

9393
# Install python dependencies from cobble's requirements.txt
94-
COPY requirements.txt /tmp/requirements.txt
94+
COPY tools/requirements.txt /tmp/requirements.txt
9595
RUN pip3 install -r /tmp/requirements.txt && \
9696
rm /tmp/requirements.txt
9797

vnd/cobalt/.gitignore

-12
This file was deleted.

vnd/cobalt/.gitmodules

-3
This file was deleted.

vnd/cobalt/BUILD.conf

-130
This file was deleted.

vnd/cobalt/BUILD.vars.example

-14
This file was deleted.

0 commit comments

Comments
 (0)