File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
queue : " android"
6
6
7
7
steps :
8
- - label : " ๐ Assemble with CC [No Build Cache] "
8
+ - label : " ๐ Assemble with CC"
9
9
command : |
10
10
echo "--- :rubygems: Setting up Gems"
11
11
install_gems
@@ -14,17 +14,17 @@ steps:
14
14
bundle exec fastlane run configure_apply
15
15
16
16
echo "--- ๐ Build with CC"
17
- ./gradlew assembleJetpackJalapenoDebug --no-build-cache
17
+ ./gradlew assembleJetpackJalapenoDebug
18
18
plugins : [ $CI_TOOLKIT ]
19
19
20
- - label : " ๐ Assemble without CC [No Build Cache] "
20
+ - label : " ๐ Assemble without CC"
21
21
command : |
22
22
echo "--- :rubygems: Setting up Gems"
23
23
install_gems
24
24
25
25
echo "--- :closed_lock_with_key: Installing Secrets"
26
26
bundle exec fastlane run configure_apply
27
27
28
- echo "--- ๐ Build without CC [No Build Cache] "
29
- ./gradlew assembleJetpackJalapenoDebug --no-build-cache --no- configuration-cache
28
+ echo "--- ๐ Build without CC"
29
+ ./gradlew assembleJetpackJalapenoDebug --no-configuration-cache
30
30
plugins : [ $CI_TOOLKIT ]
You canโt perform that action at this time.
0 commit comments