Merge "Exclude target subdir from source for infra pubs"
This commit is contained in:
commit
36f4ab1008
@ -11,7 +11,11 @@
|
||||
# NAME will either be the branch name or the tag name
|
||||
NAME=`echo $ZUUL_REFNAME | sed 's/refs.tags.//'`
|
||||
mkdir -p _out/$NAME
|
||||
mv * _out/$NAME
|
||||
for FN in * ; do
|
||||
if [ "_out" != "$FN" ] ; then
|
||||
mv $FN _out/$NAME/
|
||||
fi
|
||||
done
|
||||
|
||||
publishers:
|
||||
- ftp:
|
||||
|
Loading…
x
Reference in New Issue
Block a user