Rename ci Docker file
[ric-plt/sdl.git] / docker_test / Dockerfile-Test
similarity index 97%
rename from ci/Dockerfile
rename to docker_test/Dockerfile-Test
index 83a2c2c..ba43f67 100644 (file)
@@ -62,5 +62,5 @@ RUN make clean && \
     ./configure --with-deb-dir=/tmp/pkgs && \
     make deb-pkg
 
-RUN cp /tmp/build/ci/publish.sh /bin
+RUN cp /tmp/build/docker_test/publish.sh /bin
 ENTRYPOINT ["/bin/publish.sh"]