Mettre à jour 'builder.sh'

This commit is contained in:
Dryusdan 2017-11-03 09:18:25 +00:00
parent 09aae6e488
commit e47849a741
1 changed files with 4 additions and 0 deletions

View File

@ -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