Removed ccd_defs_check reference from dockerfiles

Former-commit-id: d96dae59fa
pull/1161/head
Piero Toffanin 2019-03-10 15:15:54 -04:00
rodzic 0a1898e82c
commit 76718ecbdf
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/