Remove dockerfile/editable test from main tests

The dockerfile test is used by test_editable, but should not be used
by the generated tests. Removing the verify script will prevent it
being run as part of the generated tests.
pull/421/head
Evert Rol 2018-10-04 15:13:42 +02:00
rodzic c834e27686
commit 871b0629a4
2 zmienionych plików z 0 dodań i 4 usunięć

Wyświetl plik

@ -5,7 +5,6 @@ RUN pip install --no-cache notebook
CMD "/bin/sh"
ADD change.sh /usr/local/bin/change.sh
ADD verify verify
ARG NB_UID
ENV HOME /tmp

Wyświetl plik

@ -1,3 +0,0 @@
#!/bin/bash
/usr/local/bin/change.sh