Skip to content

Commit

Permalink
[DNM] Don't specify repos in upgrade
Browse files Browse the repository at this point in the history
FOR TESTING - Don't specify repos in upgrade

Signed-off-by: Fabio Utzig <utzig@apache.org>
  • Loading branch information
utzig committed Aug 21, 2023
1 parent 66be85f commit 944b1b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
newt new project
cp -r .github/targets/nordic_pca10056_btshell project/targets
cd project/
newt upgrade -v --escape=false apache-mynewt-core apache-mynewt-nimble
newt upgrade -v --escape=false
newt info
newt build nordic_pca10056_btshell
newt create-image nordic_pca10056_btshell 1.0.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_sysinit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
newt new project
cp -r .github/targets/nordic_pca10056_btshell project/targets
cd project/
newt upgrade -v --escape=false apache-mynewt-core apache-mynewt-nimble
newt upgrade -v --escape=false
newt info
newt target sysinit brief nordic_pca10056_btshell > tmp.txt
diff -w tmp.txt ../.github/newt_sysinit/expected.txt

0 comments on commit 944b1b5

Please sign in to comment.