Skip to content
Snippets Groups Projects
Commit f12f32d6 authored by Your Name's avatar Your Name
Browse files

remove non-dirs from list

parent b1b7aaa1
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ COMMENTPREFIX:$COMMENTPREFIX
"
# TODO workaround for the read time out exception
for i in `ls` ;
for i in `ls -d */` ;
do
cd $i ;
mvn clean deploy -Ddatabus.publisher="$PUBLISHER" -Ddatabus.packageDirectory="$PACKAGEDIR" -Ddatabus.downloadUrlPath="$DOWNLOADURL" -Ddatabus.labelPrefix="$LABELPREFIX" -Ddatabus.commentPrefix="$COMMENTPREFIX";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment