Skip to content

Commit 2e16946

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
- run:
1414
name: Touch Apikey
1515
command: touch apikey.properties
16+
- run:
17+
name: Add Api Key
18+
command: echo "APIKEY=\"APIKEY\"" >> apikey.properties
1619
- run:
1720
name: Chmod permissions
1821
command: sudo chmod +x ./gradlew

0 commit comments

Comments
 (0)