1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-26 18:58:21 +02:00

Tools: remove git pull from Android release script, which can make upload fail

This commit is contained in:
Laurent Cozic 2021-08-12 21:26:29 +01:00
parent f07636e4b7
commit f0ad813f40
2 changed files with 2 additions and 4 deletions

View File

@ -141,8 +141,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097644
versionName "2.3.0"
versionCode 2097645
versionName "2.3.1"
ndk {
abiFilters "armeabi-v7a", "x86"
}

View File

@ -173,8 +173,6 @@ async function main() {
await fs.writeFile(`${rootDir}/README.md`, readmeContent);
}
await execCommandVerbose('git', ['pull']);
// NOT TESTED: These commands should not be necessary anymore since they are
// done in completeReleaseWithChangelog()