Skip to content

Commit b166177

Browse files
committed
Updated config.yml
1 parent 2f326fa commit b166177

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ version: 2.1
33
orbs:
44
android: circleci/[email protected]
55

6-
before_script:
7-
- touch apikey.properties
8-
96
jobs:
107
build:
118
executor: android/android
129
steps:
1310
- checkout
1411
- restore_cache:
1512
key: android-orb-v1-
13+
- run:
14+
name: Touch Apikey
15+
command: touch apikey.properties
1616
- run:
1717
name: Chmod permissions
1818
command: sudo chmod +x ./gradlew

0 commit comments

Comments
 (0)