Skip to content

Commit

Permalink
Correção travis
Browse files Browse the repository at this point in the history
  • Loading branch information
unixelias committed Feb 18, 2017
1 parent b025c29 commit 093e67e
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
#!/bin/bash
#!/bin/bash
shopt -s extglob

#for i in $( ls docker); do
# case "$i" in
# *-test ) ;;
# * ) docker build -t unixelias/plone.idg:$i docker/$i ;;
# esac
#done

docker build -t unixelias/plone.idg:1.1.5-x docker/1.1.5-xmldirector
for i in $( ls docker); do
case "$i" in
*-test ) ;;
* ) docker build -t unixelias/plone.idg:$i docker/$i ;;
esac
done

0 comments on commit 093e67e

Please sign in to comment.