Adapt test

This commit is contained in:
Ettore Di Giacinto 2020-12-07 00:07:57 +01:00
parent e9b4d66a3e
commit 3c0dd2b71d

View File

@ -173,6 +173,8 @@ WORKDIR /luetbuild
ENV PACKAGE_NAME=a
ENV PACKAGE_VERSION=1.0
ENV PACKAGE_CATEGORY=test
ADD test /luetbuild/
ADD http://www.google.com /luetbuild/
ENV test=1
RUN echo foo > /test
RUN echo bar > /test2`))