diff --git a/ci/test.sh b/ci/test.sh index e3073dfd1db..8b9a721429c 100755 --- a/ci/test.sh +++ b/ci/test.sh @@ -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.' diff --git a/ci/upload.sh b/ci/upload.sh index 437059a5af2..9eef5bf8d3c 100755 --- a/ci/upload.sh +++ b/ci/upload.sh @@ -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)