mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
Fix deploy
- Also deploy when we have DESKTOP_ONLY (because docker image doesn't deploy anymore) - Correctly get the list of git directory to push.
This commit is contained in:
@ -70,7 +70,7 @@ then
|
||||
fi
|
||||
|
||||
cd ${EXPORT_DIR}/GIT
|
||||
GIT_REPOS=$(ls -d */)
|
||||
GIT_REPOS=$(ls -l | awk '/^d/ { print $9 }')
|
||||
if [[ "x$GIT_REPOS" != "x" ]]
|
||||
then
|
||||
for repo in $GIT_REPOS
|
||||
|
Reference in New Issue
Block a user