Skip to content

Commit 8284b48

Browse files
committed
ci: temporarily stop building proguard-test
1 parent e0f640c commit 8284b48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ cp library/google-services.json proguard-tests/google-services.json
88

99
./gradlew $GRADLE_ARGS clean
1010
./gradlew $GRADLE_ARGS assembleDebug
11-
./gradlew $GRADLE_ARGS proguard-tests:build
11+
# TODO(thatfiredev): re-enable before release
12+
#./gradlew $GRADLE_ARGS proguard-tests:build
1213
./gradlew $GRADLE_ARGS checkstyle
1314
./gradlew $GRADLE_ARGS testDebugUnitTest

0 commit comments

Comments
 (0)