mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 13:36:30 +03:00
make sure c-doc upload dirs exist even if branch name has / in it
This commit is contained in:
@@ -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/" \
|
||||
|
||||
Reference in New Issue
Block a user