Skip to content

Commit

Permalink
cibuild.sh: Pull our fork for cibuild
Browse files Browse the repository at this point in the history
Let's see what this does...
  • Loading branch information
pussuw committed Dec 20, 2023
1 parent de8a776 commit 580a50e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/ci/cibuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -555,15 +555,15 @@ function setup_repos {
if [ -d "${nuttx}" ]; then
cd "${nuttx}"; git pull
else
git clone https://github.com/apache/nuttx.git "${nuttx}"
git clone https://github.com/tiiuae/nuttx.git "${nuttx}"
cd "${nuttx}"
fi
git log -1

if [ -d "${apps}" ]; then
cd "${apps}"; git pull
else
git clone https://github.com/apache/nuttx-apps.git "${apps}"
git clone https://github.com/tiiuae/nuttx-apps.git "${apps}"
cd "${apps}"
fi
git log -1
Expand Down

0 comments on commit 580a50e

Please sign in to comment.