Skip to content

Commit 4106a14

Browse files
authored
[Fixed] TERM not found exception
1 parent 9ed0267 commit 4106a14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
1414
#This downloads all the dependencies specified in the build gradle file from jcenter(), google() you name it
1515
- run:
16-
name: Download Dependencies
17-
command: ./gradlew androidDependencies
16+
name: Export TERM and Download Dependencies
17+
command: export TERM=xterm && ./gradlew androidDepedencies
1818
#Caching can significantly decrease the build time and reduce the limited build time credits from exhaustion
1919
- save_cache:
2020
paths:

0 commit comments

Comments
 (0)