[NiA] Fix nightly build

Change-Id: I72a505ee959d3e4f91a61a62c726dbc870321a30
pull/2/head
Jolanda Verhoef 2 years ago
parent 83429ad3a3
commit 49bc73cd5b

@ -14,7 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fail on any error.
set -e
# Display commands to stderr.

@ -27,6 +27,6 @@ set -x
# a10 | Samsung A10 | API 29 | Phone
# redfin | Pixel 5e | API 30 | Phone
# oriole | Pixel 6 | API 31 | Phone
bash build.sh "hammerhead,walleye,gts4lltevzw,a10,redfin,oriole" "23,27,28,29,30,31"
bash $KOKORO_ARTIFACTS_DIR/git/nowinandroid/kokoro/build.sh "hammerhead,walleye,gts4lltevzw,a10,redfin,oriole" "23,27,28,29,30,31"
exit $?

Loading…
Cancel
Save