Skip to content

Commit 3e37702

Browse files
authored
Update config.yml
1 parent 6da9c12 commit 3e37702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
echo '{"projectBase": "/home/circleci/project/AppBuilderTest","settingFilePath":"/app.json","workspacePath":"test","schemePath":"test","androidParams":[{"buildName":"BUILD_TEST","customParam":"testValue"}],"iosParams":[]}' > setting.json
5353
- run:
5454
name: Android build
55-
command: node ./bin.js android setting.json
55+
command: cd /home/circleci/project/AppBuilderTest && ./gradlew assembleRelease
5656

5757

5858

0 commit comments

Comments
 (0)