mirror of
https://github.com/lupyuen/pinephone-nuttx.git
synced 2025-01-12 20:58:34 +08:00
Dump the git hash
This commit is contained in:
parent
1d3433a516
commit
0a5e9ee975
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pinephone.yml
vendored
4
.github/workflows/pinephone.yml
vendored
|
@ -51,9 +51,9 @@ jobs:
|
|||
cd nuttx/nuttx
|
||||
|
||||
## Dump the git hash
|
||||
git status && hash1=`git rev-parse HEAD`
|
||||
hash1=`git rev-parse HEAD`
|
||||
pushd ../apps
|
||||
git status && hash2=`git rev-parse HEAD`
|
||||
hash2=`git rev-parse HEAD`
|
||||
popd
|
||||
echo NuttX Source: https://github.com/apache/nuttx/tree/$hash1 >nuttx.hash
|
||||
echo NuttX Apps: https://github.com/apache/nuttx-apps/tree/$hash2 >>nuttx.hash
|
||||
|
|
Loading…
Reference in a new issue