Skip to content

Commit 97be390

Browse files
committed
Special CI Job for apache/nuttx#16198
Signed-off-by: Lup Yuen Lee <[email protected]>
1 parent a8e356c commit 97be390

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: run-job-special.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ sudo docker run -it \
3535
uname -a ;
3636
cd ;
3737
pwd ;
38-
git clone https://github.com/anchao/nuttx nuttx --branch 25020501 ;
39-
git clone https://github.com/anchao/nuttx-apps apps --branch 25020501 ;
38+
git clone https://github.com/Donny9/incubator-nuttx nuttx --branch sem ;
39+
git clone https://github.com/Donny9/incubator-nuttx-apps apps --branch system_dd ;
4040
pushd nuttx ; git reset --hard HEAD ; echo NuttX Source: https://github.com/apache/nuttx/tree/\$(git rev-parse HEAD) ; popd ;
4141
pushd apps ; git reset --hard HEAD ; echo NuttX Apps: https://github.com/apache/nuttx-apps/tree/\$(git rev-parse HEAD) ; popd ;
4242
sleep 10 ;

0 commit comments

Comments
 (0)