Skip to content
Open

Test #25733

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ccheck(){
if [[ $check -gt 0 ]]; then echo "$2"; exit 1; fi
}

ccheck 'rm ' 'Please dont use rm inside script, use local manifest for this purpose.'
ccheck 'rm ' 'Please dont use rm inside script, use local manifest for this purpose .'
ccheck 'find ' 'Please dont use find inside script, use local manifest for this purpose.'
ccheck 'unlink ' 'Please dont use unlink inside script, use local manifest for this purpose.'
ccheck 'shred ' 'Please dont use shred inside script, use local manifest for this purpose.'
Expand Down
1 change: 1 addition & 0 deletions ci/upload.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env bash
set -e

cd ~/roms/$rom_name
engzip=$(ls out/target/product/$device/*-eng*.zip | grep -v "retrofit" || true)
otazip=$(ls out/target/product/$device/*-ota-*.zip | grep -v "hentai" | grep -v "evolution" || true)
Expand Down