From e47849a741d4b04663d9f121adce66474afcb92c Mon Sep 17 00:00:00 2001 From: Dryusdan Date: Fri, 3 Nov 2017 09:18:25 +0000 Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20'builder.sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- builder.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/builder.sh b/builder.sh index 08be293..c6a2a8a 100755 --- a/builder.sh +++ b/builder.sh @@ -51,6 +51,10 @@ else for directory in * ; do if [ -f "$directory/Dockerfile" ]; then f_build_and_push $directory $FORCE_BUILD + else + if [ -f "$directory/builder.sh" ]; then + sh $directory/builder.sh + fi fi done git push --mirror git@github.com:Dryusdan/Dockerfiles.git