Skip to content

Commit f96f284

Browse files
author
Qinghao Shi
authored
removed APIs_NetworkInterfaces Celluar as duplication (#106)
* removed APIs_NetworkInterfaces Celluar as duplication * fixed git diff issue in CI script
1 parent 782be82 commit f96f284

File tree

4 files changed

+1
-332
lines changed

4 files changed

+1
-332
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- run: |
2121
cd sinppet/TESTS
2222
wget https://github.com/ARMmbed/mbed-os/raw/master/.astylerc
23-
git --no-pager diff --name-only --diff-filter=dr HEAD $(git merge-base --fork-point origin/master) | ( grep '.\(c\|cpp\|h\|hpp\)$' || true ) | while read file; do astyle -n --options=.astylerc "${file}"; done
23+
git --no-pager diff --name-only --diff-filter=dr $(git merge-base --fork-point origin/master) HEAD | ( grep '.\(c\|cpp\|h\|hpp\)$' || true ) | while read file; do astyle -n --options=.astylerc "${file}"; done
2424
git diff --exit-code --diff-filter=dr --color
2525
2626
### Compile Tests ###

APIs_NetworkInterfaces/Cellular/README.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

APIs_NetworkInterfaces/Cellular/main.cpp

Lines changed: 0 additions & 277 deletions
This file was deleted.

APIs_NetworkInterfaces/Cellular/mbed_app.json

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)