From 30ee425c4154bb96a130f669b8a35e774ce8c17e Mon Sep 17 00:00:00 2001 From: Travis CI Date: Wed, 20 Nov 2019 19:49:12 +0530 Subject: [PATCH] only one build --- Dockerfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index bdca80ba..208709fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,9 +8,9 @@ RUN make requir # Building Source code RUN make build NAME=Bibata_Classic RUN make link NAME=Bibata_Classic -RUN make build NAME=Bibata_Oil -RUN make link NAME=Bibata_Oil -RUN make build NAME=Bibata_Ice -RUN make link NAME=Bibata_Ice -RUN make build NAME=Bibata_Amber -RUN make link NAME=Bibata_Amber +# RUN make build NAME=Bibata_Oil +# RUN make link NAME=Bibata_Oil +# RUN make build NAME=Bibata_Ice +# RUN make link NAME=Bibata_Ice +# RUN make build NAME=Bibata_Amber +# RUN make link NAME=Bibata_Amber