make sure c-doc upload dirs exist even if branch name has / in it

This commit is contained in:
holger krekel
2019-10-09 23:23:33 +02:00
parent 0f22b75207
commit e571750f96

View File

@@ -22,6 +22,7 @@ rsync -avz \
delta@py.delta.chat:build/${BRANCH}
# C docs to c.delta.chat
ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null delta@c.delta.chat mkdir -p build-c/${BRANCH}
rsync -avz \
-e "ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null" \
"$DOXYDOCDIR/html/" \