diff --git a/second/Layerfile b/second/Layerfile deleted file mode 100644 index 06c984b..0000000 --- a/second/Layerfile +++ /dev/null @@ -1,2 +0,0 @@ -FROM /Layerfile -echo hello diff --git a/tests/Layerfile-2 b/tests/Layerfile-2 new file mode 100644 index 0000000..80ce2f6 --- /dev/null +++ b/tests/Layerfile-2 @@ -0,0 +1,11 @@ +FROM /Layerfile + +WAIT /Layerfile + +RUN echo start + +SKIP REMAINING IF LAYERCI_BRANCH!=master + +RUN echo hello + +RUN echo byebye