Removed ccd_defs_check reference from dockerfiles

pull/957/head
Piero Toffanin 2019-03-10 15:15:54 -04:00
rodzic d8b007f5d8
commit d96dae59fa
2 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -33,7 +33,6 @@ RUN mkdir /code
WORKDIR /code
# Copy repository files
COPY ccd_defs_check.py /code/ccd_defs_check.py
COPY CMakeLists.txt /code/CMakeLists.txt
COPY configure.sh /code/configure.sh
COPY /modules/ /code/modules/

Wyświetl plik

@ -31,7 +31,6 @@ RUN mkdir /code
WORKDIR /code
# Copy repository files
COPY ccd_defs_check.py /code/ccd_defs_check.py
COPY CMakeLists.txt /code/CMakeLists.txt
COPY configure.sh /code/configure.sh
COPY /modules/ /code/modules/