mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
follow links
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
bd41ee88ab
commit
fc309938a2
|
@ -63,7 +63,7 @@ echo
|
||||||
main(){
|
main(){
|
||||||
# get the dockerfiles
|
# get the dockerfiles
|
||||||
IFS=$'\n'
|
IFS=$'\n'
|
||||||
files=( $(find . -iname '*Dockerfile' | sed 's|./||' | sort) )
|
files=( $(find -L . -iname '*Dockerfile' | sed 's|./||' | sort) )
|
||||||
unset IFS
|
unset IFS
|
||||||
|
|
||||||
# build all dockerfiles
|
# build all dockerfiles
|
||||||
|
|
Loading…
Reference in New Issue
Block a user