Skip to content

Commit 10a5b9a

Browse files
committed
ci: trying multi-line and shell for build.sh
1 parent 000d56d commit 10a5b9a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,14 @@ jobs:
3939
cd play-services
4040
curl --output play-services-basement-8.3.0.aar https://dl.google.com/dl/android/maven2/com/google/android/gms/play-services-basement/8.3.0/play-services-basement-8.3.0.aar
4141
unzip play-services-basement-8.3.0.aar
42-
mvn install:install-file -Dfile=classes.jar -DgroupId=com.google.android.google-play-services -DartifactId=google-play-services -Dversion=1 -Dpackaging=jar
43-
- run: .kokoro/build.bat
42+
mvn install:install-file \
43+
-Dfile=classes.jar \
44+
-DgroupId=com.google.android.google-play-services \
45+
-DartifactId=google-play-services \
46+
-Dversion=1 \
47+
-Dpackaging=jar
48+
- run: .kokoro/build.sh
49+
shell: bash
4450
env:
4551
JOB_TYPE: test
4652
dependencies:

0 commit comments

Comments
 (0)