We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8e356c commit 97be390Copy full SHA for 97be390
run-job-special.sh
@@ -35,8 +35,8 @@ sudo docker run -it \
35
uname -a ;
36
cd ;
37
pwd ;
38
- git clone https://github.com/anchao/nuttx nuttx --branch 25020501 ;
39
- git clone https://github.com/anchao/nuttx-apps apps --branch 25020501 ;
+ git clone https://github.com/Donny9/incubator-nuttx nuttx --branch sem ;
+ git clone https://github.com/Donny9/incubator-nuttx-apps apps --branch system_dd ;
40
pushd nuttx ; git reset --hard HEAD ; echo NuttX Source: https://github.com/apache/nuttx/tree/\$(git rev-parse HEAD) ; popd ;
41
pushd apps ; git reset --hard HEAD ; echo NuttX Apps: https://github.com/apache/nuttx-apps/tree/\$(git rev-parse HEAD) ; popd ;
42
sleep 10 ;
0 commit comments