mirror of https://github.com/laurent22/joplin.git
Tools: remove git pull from Android release script, which can make upload fail
parent
f07636e4b7
commit
f0ad813f40
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue