Skip to content

Commit ad5c525

Browse files
committed
remove clean action from fastlane
1 parent e707adb commit ad5c525

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,9 @@ buck-out/
7272
.jest/
7373

7474
# Act
75-
.secrets
75+
.secrets
76+
77+
# Release secrets
78+
play_config.json*
79+
release.keystore.properties*
80+
wollok-mobile.keystore.jks*

android/fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ platform :android do
3232
gradle_file_path: "app/build.gradle"
3333
)
3434

35-
gradle(tasks: ["clean", "bundleRelease"])
35+
gradle(tasks: ["bundleRelease"])
3636
upload_to_play_store(track: 'internal')
3737
end
3838
end

0 commit comments

Comments
 (0)